Skip to content

Commit

Permalink
fixup! chore: update pinned rust version, clippy lints, remove some d…
Browse files Browse the repository at this point in the history
…ead code (#1444)
  • Loading branch information
MingweiSamuel committed Sep 18, 2024
1 parent 8a80931 commit 4af8687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-2024-09-05"
channel = "nightly-2024-09-05" # Make sure to update `template/*/rust-toolchain.toml` as well.
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-musl"]
2 changes: 1 addition & 1 deletion template/hydroflow/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2024-06-17"
channel = "nightly-2024-09-05"
2 changes: 1 addition & 1 deletion template/hydroflow_plus/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-06-17"
channel = "nightly-2024-09-05"
components = ["rustfmt", "clippy"]
targets = ["x86_64-unknown-linux-musl"]

0 comments on commit 4af8687

Please sign in to comment.