Skip to content

Commit 6715e77

Browse files
committed
add rust-toolchain file
1 parent d28857d commit 6715e77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "stable"
3+
components = ["rustfmt"]
4+
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)