about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2025-04-03 21:31:56 +0200
committerPhilipp Krones <hello@philkrones.com>2025-04-03 21:31:56 +0200
commitc44191af484d3dc2c74557723afa04aa668b90fd (patch)
tree90c76124a3ba5729ca3b8d07c7000b07fa1f0c50
parentab7e5259293dc1ee5828532982d037bed63f507f (diff)
downloadrust-c44191af484d3dc2c74557723afa04aa668b90fd.tar.gz
rust-c44191af484d3dc2c74557723afa04aa668b90fd.zip
Bump nightly version -> 2025-04-03
-rw-r--r--clippy_utils/README.md2
-rw-r--r--rust-toolchain.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/clippy_utils/README.md b/clippy_utils/README.md
index 7c665b42497..bbf9d793556 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-03-20
+nightly-2025-04-03
 ```
 <!-- end autogenerated nightly -->
 
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index fcaeedc9a66..eb246030d01 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,6 +1,6 @@
 [toolchain]
 # begin autogenerated nightly
-channel = "nightly-2025-03-20"
+channel = "nightly-2025-04-03"
 # end autogenerated nightly
 components = ["cargo", "llvm-tools", "rust-src", "rust-std", "rustc", "rustc-dev", "rustfmt"]
 profile = "minimal"