about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-02-27 21:49:59 +0100
committerPhilipp Krones <hello@philkrones.com>2025-02-27 21:51:42 +0100
commitb3d35b1af6d997b138d679aa4c1143dbac11c11e (patch)
treed1992f4257eb870d918a949939ba53d6d5973c89
parent28555d1231beb1546b6ac5e1f81780db00aa46aa (diff)
downloadrust-b3d35b1af6d997b138d679aa4c1143dbac11c11e.tar.gz
rust-b3d35b1af6d997b138d679aa4c1143dbac11c11e.zip
Bump nightly version -> 2025-02-27
-rw-r--r--clippy_utils/README.md2
-rw-r--r--rust-toolchain2
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_utils/README.md b/clippy_utils/README.md
index 41f3b1cbd50..5dd31b52f88 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-02-06
+nightly-2025-02-27
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain b/rust-toolchain
index ab760287e83..a4931499c80 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-02-06"
+channel = "nightly-2025-02-27"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"