Skip to content

Commit

Permalink
build: add rust-toolchain.toml
Browse files Browse the repository at this point in the history
It seems easier for contributors to get started if the compiler version is already configured; plus, this will presumably make it so that I don't have to set the Rust version with `rustup override` whenever I create a new worktree.
  • Loading branch information
arxanas committed Jul 7, 2024
1 parent 235f224 commit cce1350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
# Current minimum-supported Rust version
channel = "1.74"
profile = "default"

0 comments on commit cce1350

Please sign in to comment.