diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-12-15 16:49:23 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-12-15 16:49:23 +0100 |
| commit | 028d87b01883aaa40d55892ba6fb1191d7a5a94d (patch) | |
| tree | 6aa917be1c934802fc5885560a8621429d1e4c61 | |
| parent | 12edfb82e530e187c3f25ff18b4a254d5a4e8576 (diff) | |
| download | rust-028d87b01883aaa40d55892ba6fb1191d7a5a94d.tar.gz rust-028d87b01883aaa40d55892ba6fb1191d7a5a94d.zip | |
Bump nightly version -> 2024-12-15
| -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 61476a82ba0..395c4a23e76 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-11-28 +nightly-2024-12-15 ``` <!-- end autogenerated nightly --> diff --git a/rust-toolchain b/rust-toolchain index fb159ca2ae0..874893691c0 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,6 +1,6 @@ [toolchain] # begin autogenerated nightly -channel = "nightly-2024-11-28" +channel = "nightly-2024-12-15" # end autogenerated nightly components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"] profile = "minimal" |
