Skip to content

Commit 2452fdc

Browse files
committed
🔧 chore(rust-toolchain.toml): add rust-toolchain.toml file to specify the Rust toolchain configuration
1 parent 4d38b2a commit 2452fdc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎rust-toolchain.toml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[toolchain]
2+
channel = "nightly-2023-05-22"
3+
components = [
4+
"cargo",
5+
"clippy",
6+
"rust-analyzer",
7+
"rust-src",
8+
"rust-std",
9+
"rustc-dev",
10+
"rustc",
11+
"rustfmt",
12+
]
13+
targets = ["wasm32-unknown-unknown"]
14+
profile = "minimal"

0 commit comments

Comments
 (0)