diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-05-31 14:11:00 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-05-31 14:11:00 +0200 |
| commit | cd71411f5605ea4683f79f683f2feaf17d0491e3 (patch) | |
| tree | 0d0d2d4d465b5d56a128afcae7b13e28bd9c431c | |
| parent | 384b53eee2a479969347bbe3a46c504353cc00a2 (diff) | |
Bump nightly version -> 2025-05-31
| -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 c9083f654c4..efbacbd72db 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-05-21 +nightly-2025-05-31 ``` <!-- end autogenerated nightly --> diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0b9ebe554f5..b6817d9a146 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2025-05-21" +channel = "nightly-2025-05-31" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal" |
