Skip to content

Commit 7dadcda

Browse files
committed
Add rust-toolchain.toml
This is matching the rust-toolchain file from the main nushell/nushell repository, and ensures we are developing on the same version of rust.
1 parent e477830 commit 7dadcda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rust-toolchain.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The toolchain should follow the version in nushell/nushell repository.
2+
[toolchain]
3+
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
4+
# https://rust-lang.github.io/rustup/concepts/profiles.html
5+
profile = "default"
6+
channel = "1.81.0"

0 commit comments

Comments
 (0)