chore: Bump nightly

This commit is contained in:
Jonas Platte
2025-02-20 21:08:41 +01:00
committed by Ivan Enderlin
parent 60efcbc55d
commit f56bc4c0d6

View File

@@ -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<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;