Skip to content

Commit cce1350

Browse files
committed
build: add rust-toolchain.toml
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.
1 parent 235f224 commit cce1350

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
# Current minimum-supported Rust version
3+
channel = "1.74"
4+
profile = "default"

0 commit comments

Comments
 (0)