Skip to content

Commit 356072a

Browse files
committed
chore: rustup to nightly-2025-12-11
1 parent 9a78d42 commit 356072a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bevy_lint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ harness = false
2121
# Contains a series of useful utilities when writing lints. The version is chosen to work with the
2222
# currently pinned nightly Rust version. When the Rust version changes, this too needs to be
2323
# updated!
24-
clippy_utils = "=0.1.93"
24+
clippy_utils = "=0.1.94"
2525

2626
# Easy error propagation and contexts.
2727
anyhow = "1.0.86"

docs/src/linter/compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
|`bevy_lint` Version|Rust Version|Rustup Toolchain|Bevy Version|
44
|-|-|-|-|
5-
|0.5.0-dev|1.93.0|`nightly-2025-10-31`|0.17|
5+
|0.5.0-dev|1.94.0|`nightly-2025-12-11`|0.17|
66
|0.4.0|1.90.0|`nightly-2025-06-26`|0.16|
77
|0.3.0|1.88.0|`nightly-2025-04-03`|0.16|
88
|0.2.0|1.87.0|`nightly-2025-02-20`|0.15|

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Writing custom lints requires using nightly Rust. We pin to a specific version of nightly version
66
# so that builds are reproducible. Note that we use the Regex `^channel = "(.+)"$` to match this
77
# line, so be wary when changing its formatting.
8-
channel = "nightly-2025-10-31"
8+
channel = "nightly-2025-12-11"
99

1010
# These components are required to use `rustc` crates. Note that we use the Regex
1111
# `^components = \[(.*)\]$` to match this line, so be wary when changing its formatting.

0 commit comments

Comments
 (0)