diff options
| author | Philipp Krones <hello@philkrones.com> | 2025-01-09 18:01:20 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2025-01-09 18:01:20 +0100 |
| commit | bb4a2599082c2666470c4e53f14bd536d4fcd62f (patch) | |
| tree | 9d3127a5124041b7b009f34bbfd495402f6660b1 | |
| parent | b5bf09e57afa50a2ecc9bfc07bad4ef64d9df447 (diff) | |
| download | rust-bb4a2599082c2666470c4e53f14bd536d4fcd62f.tar.gz rust-bb4a2599082c2666470c4e53f14bd536d4fcd62f.zip | |
Bump nightly version -> 2024-01-09
| -rw-r--r-- | clippy_utils/README.md | 2 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_utils/README.md b/clippy_utils/README.md index 73fefbcd570..c267b804124 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-2024-12-26 +nightly-2025-01-09 ``` <!-- end autogenerated nightly --> diff --git a/rust-toolchain b/rust-toolchain index 1000d90f52a..b1f0a82b1f4 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2024-12-26" +channel = "nightly-2025-01-09" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal" |
