Skip to content

Commit 5f23fc6

Browse files
add rust toolchain
1 parent d13c884 commit 5f23fc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain

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

0 commit comments

Comments
 (0)