Skip to content

Commit

Permalink
fix: reset rust toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 committed Nov 7, 2024
1 parent 42c33ac commit 75b7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "nightly-2024-10-13"
components = ["rustfmt", "clippy", "rust-src"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit 75b7e23

Please sign in to comment.