vercel-community / rust

🦀 Rust runtime for ▲ Vercel Serverless Functions
https://rust-runtime.vercel.app
MIT License
816 stars 50 forks source link

Custom `rust-toolchain.toml` is being ignored #132

Open ChristianIvicevic opened 8 months ago

ChristianIvicevic commented 8 months ago

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"