Skip to content

Commit

Permalink
build(toolchain): pin Rust nightly version
Browse files Browse the repository at this point in the history
Former-commit-id: 359d355
  • Loading branch information
coopbri committed Dec 12, 2023
1 parent da2f5cd commit c792f54
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,4 +1,4 @@
[toolchain]
channel = "nightly"
channel = "nightly-2023-06-15"
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit c792f54

Please sign in to comment.