Skip to content

Commit

Permalink
try compiling with rustc stable
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Aug 1, 2024
1 parent 3a65947 commit 46a5c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[toolchain]
# Stable
#channel = "1.75.0" # rustc 1.75.0 (82e1608df 2023-12-21)
channel = "1.77.0" # rustc 1.77.0 (aedd173a2 2024-03-21)
# Nightly
channel = "nightly-2024-02-05" # rustc 1.78.0-nightly (f067fd608 2024-02-05)
#channel = "nightly-2024-02-05" # rustc 1.78.0-nightly (f067fd608 2024-02-05)
components = ["cargo", "clippy", "rustc", "rustfmt", "rust-src", "rust-docs"]
profile = "minimal"
targets = ["wasm32-unknown-unknown"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 46a5c06

Please sign in to comment.