Skip to content

Commit

Permalink
fix: fix toolchain typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 9, 2021
1 parent f207462 commit 4438511
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[toolchain]
channel = "stable-2021-10-21"
channel = "stable"
components = ["rustfmt", "clippy", "llvm-tools-preview"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"
profile = "minimal"

0 comments on commit 4438511

Please sign in to comment.