diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-04-22 15:56:20 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-04-22 15:56:20 +0200 |
| commit | bdc432759d0242280b0ddc8b7084f078be60e35d (patch) | |
| tree | 536d2ee64c193378e2f2f04ebe01498e66635ef1 | |
| parent | ac477dbde55c65afc2315af70e2afd5893c7a28d (diff) | |
| download | rust-bdc432759d0242280b0ddc8b7084f078be60e35d.tar.gz rust-bdc432759d0242280b0ddc8b7084f078be60e35d.zip | |
Bump nightly version -> 2025-04-22
| -rw-r--r-- | clippy_utils/README.md | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_utils/README.md b/clippy_utils/README.md index c9949c77328..aceff14a159 100644 --- a/clippy_utils/README.md +++ b/clippy_utils/README.md @@ -8,7 +8,7 @@ This crate is only guaranteed to build with this `nightly` toolchain: <!-- begin autogenerated nightly --> ``` -nightly-2025-04-17 +nightly-2025-04-22 ``` <!-- end autogenerated nightly --> diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 9168285c422..d2f79da1a54 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2025-04-17" +channel = "nightly-2025-04-22" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal" |
