Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 35bf42a

Browse files
committed
fix: set toolchain to nightly
1 parent 7572e0a commit 35bf42a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "nightly"
3+
components = [ "rustfmt", "rust-src" ]
4+
targets = [ "wasm32-unknown-unknown" ]

0 commit comments

Comments
 (0)