Skip to content

Commit eee0192

Browse files
committed
chore: add rust-toolchain.toml file to pin Rust version
This ensures consistent Rust versions across environments and CI runs. Signed-off-by: Lorenzo Bertin Salvador <lorenzobs@usp.br>
1 parent f006264 commit eee0192

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This file forces cargo commands run in the repository to follow the rust version contained here.
2+
# This is particulary useful to maintain consistency between workflow and local runs
3+
[toolchain]
4+
channel = "1.88.0"

0 commit comments

Comments
 (0)