diff --git a/xtask/src/main.rs b/xtask/src/main.rs index f86012f9b..12f29df96 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -17,7 +17,7 @@ use release::ReleaseArgs; use swift::SwiftArgs; use xshell::{cmd, Shell}; -const NIGHTLY: &str = "nightly-2024-11-26"; +const NIGHTLY: &str = "nightly-2025-02-20"; type Result> = std::result::Result;