You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier today I realized that my attached rust-toolchain.toml is unfortunately ignored. During a deployment the Vercel build logs clearly show stable-x86_64-unknown-linux-gnu installed - rustc 1.73.0 (cc66ad468 2023-10-03) instead of the expected nightly. This prevents me from using some convenient features sadly.
[toolchain]
channel = "nightly-2023-09-21"
The text was updated successfully, but these errors were encountered:
Earlier today I realized that my attached
rust-toolchain.toml
is unfortunately ignored. During a deployment the Vercel build logs clearly showstable-x86_64-unknown-linux-gnu installed - rustc 1.73.0 (cc66ad468 2023-10-03)
instead of the expected nightly. This prevents me from using some convenient features sadly.The text was updated successfully, but these errors were encountered: