Skip to content

Commit

Permalink
revert change of rust-toolchain.toml (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro authored Aug 23, 2023
1 parent 5adfcc3 commit c4ef2fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[toolchain]
channel = "nightly-2023-05-22"
# Stable
#channel = "1.70.0" # rustc 1.70.0 (84c898d65 2023-05-13)
# Nightly
channel = "nightly-2023-05-23" # rustc 1.71.0-nightly (8b4b20836 2023-05-22)
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src"]
profile = "minimal"
targets = ["wasm32-unknown-unknown"]

0 comments on commit c4ef2fe

Please sign in to comment.