-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update toolchain toml config * Add helper functions
- Loading branch information
1 parent
0bb1c7f
commit 22aaafe
Showing
2 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[toolchain] | ||
# 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 = ["rustfmt", "clippy"] | ||
targets = ["wasm32-unknown-unknown"] | ||
profile = "minimal" | ||
channel = "nightly-2023-05-22" | ||
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src"] | ||
profile = "minimal" | ||
targets = ["wasm32-unknown-unknown"] |