diff options
| -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 395c4a23e76..73fefbcd570 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-15 +nightly-2024-12-26 ``` <!-- end autogenerated nightly --> diff --git a/rust-toolchain b/rust-toolchain index 874893691c0..1000d90f52a 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2024-12-15" +channel = "nightly-2024-12-26" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal" |
