Skip to content

Commit c638254

Browse files
committed
Stable?
1 parent 0af731d commit c638254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly"
2+
channel = "stable"
33
components = [
44
"cargo",
55
"clippy",
@@ -10,5 +10,5 @@ components = [
1010
"rustc-dev",
1111
"rustfmt",
1212
]
13-
targets = ["wasm32-unknown-unknown", "wasm32v1-none"]
13+
targets = ["wasm32v1-none"]
1414
profile = "minimal"

0 commit comments

Comments
 (0)