Skip to content

Commit

Permalink
fix the rust toolchain version (#31)
Browse files Browse the repository at this point in the history
this is to make sure the local version of Rust and the remote one in the
CI are in sync and avoid CIs such as the one of
#30 to fail where the
local one is working correctly.
  • Loading branch information
amtoine authored Feb 17, 2024
1 parent 0614fd2 commit 4e8cc0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
profile = "default"
channel = "1.76"

0 comments on commit 4e8cc0b

Please sign in to comment.