From f56bc4c0d676ec9f3f749e4e2bbc8fd52438ba89 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 20 Feb 2025 21:08:41 +0100 Subject: [PATCH] chore: Bump nightly --- xtask/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;