Meta: Add a rust-toolchain toml file to pin required rust version

Some developers might have interesting rust versions installed and set
as their default via `rustup default`, but we want to make sure that
everyone is using the same version as CI.
This commit is contained in:
Andrew Kaster
2026-03-01 11:00:08 -07:00
committed by Jelle Raaijmakers
parent f6ed54baf4
commit 70dc2ff2ed
Notes: github-actions[bot] 2026-03-02 09:11:10 +00:00

3
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "stable"