Skip to content

Commit e1760de

Browse files
committed
feat(rust-toolchain.toml): define toolchaines
1 parent fdd99ad commit e1760de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

rust-toolchain.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[toolchain]
2+
channel = "nightly"
3+
components = [
4+
"rustc",
5+
"cargo",
6+
"rustfmt",
7+
"clippy",
8+
"rust-analyzer",
9+
]
10+
profile = "minimal"

0 commit comments

Comments
 (0)