diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..aa2b18f --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,6 @@ +# The toolchain should follow the version in nushell/nushell repository. +[toolchain] +# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy. +# https://rust-lang.github.io/rustup/concepts/profiles.html +profile = "default" +channel = "1.81.0"