Skip to content

Commit 976b6fc

Browse files
committed
chore: update to toolchain nightly-2025-05-14
1 parent 1842497 commit 976b6fc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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
@@ -32,7 +32,7 @@ harness = false
3232
# Contains a series of useful utilities when writing lints. The version is chosen to work with the
3333
# currently pinned nightly Rust version. When the Rust version changes, this too needs to be
3434
# updated!
35-
clippy_utils = "=0.1.88"
35+
clippy_utils = "=0.1.89"
3636

3737
# Easy error propagation and contexts.
3838
anyhow = "1.0.86"

bevy_lint/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ runs:
1616
uses: dtolnay/rust-toolchain@master
1717
with:
1818
# This must be kept in sync with `rust-toolchain.toml`.
19-
toolchain: nightly-2025-04-03
19+
toolchain: nightly-2025-05-14
2020
components: rustc-dev, llvm-tools-preview
2121

2222
- name: Install `bevy_lint`
2323
shell: bash
2424
run: |
2525
# The toolchain must be kept in sync with `rust-toolchain.toml`. The `--branch main` should
2626
# be swapped with `--tag lint-vX.Y.Z` for releases.
27-
rustup run nightly-2025-04-03 cargo install \
27+
rustup run nightly-2025-05-14 cargo install \
2828
--git https://github.com/TheBevyFlock/bevy_cli.git \
2929
--branch main \
3030
--locked \

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.4.0-dev|1.88.0|`nightly-2025-04-03`|0.16|
5+
|0.4.0-dev|1.89.0|`nightly-2025-05-14`|0.16|
66
|0.3.0|1.88.0|`nightly-2025-04-03`|0.16|
77
|0.2.0|1.87.0|`nightly-2025-02-20`|0.15|
88
|0.1.0|1.84.0|`nightly-2024-11-14`|0.14|

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
[toolchain]
55
# Writing custom lints requires using nightly Rust. We pin to a specific version of nightly version
66
# so that builds are reproducible.
7-
channel = "nightly-2025-04-03"
7+
channel = "nightly-2025-05-14"
88
# These components are required to use `rustc` crates.
99
components = ["rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)