Skip to content

Commit

Permalink
feat: rustup to nightly-2024-08-21
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Oct 17, 2024
1 parent 287d057 commit 3d161ae
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 62 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bevy_lint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ anyhow = "1.0.86"
# work with the currently pinned nightly Rust version. When the Rust version changes, this too
# needs to be updated!
[dependencies.clippy_utils]
version = "=0.1.82"
version = "=0.1.83"
git = "https://github.com/rust-lang/rust-clippy"
rev = "e8ac4ea4187498052849531b86114a1eec5314a1"
rev = "dae1be90eeb20d1d5b7b30d3fc4f2a119cee638b"

[build-dependencies]
# Parse `rust-toolchain.toml` at build time.
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
[toolchain]
# Writing custom lints requires using nightly Rust. We pin to a specific version of nightly version
# so that builds are reproducible.
channel = "nightly-2024-08-21"
channel = "nightly-2024-10-03"
# These components are required to use `rustc` crates.
components = ["rustc-dev", "llvm-tools-preview"]

0 comments on commit 3d161ae

Please sign in to comment.