Skip to content

Commit

Permalink
Merge pull request #277 from coopbri/fix/build-nightly-pin
Browse files Browse the repository at this point in the history
build(toolchain): pin Rust nightly version

Former-commit-id: aff687c
  • Loading branch information
janhohenheim authored Jan 21, 2024
2 parents da2f5cd + c792f54 commit 14f9824
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 14f9824

Please sign in to comment.