From 07316e3434898ad97391643e57546366550a39c4 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Mon, 16 Dec 2024 12:32:02 -0500 Subject: [PATCH] Update `boundary_toolchains` test for `home@0.5.11` --- expensive/tests/boundary_toolchains.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/expensive/tests/boundary_toolchains.rs b/expensive/tests/boundary_toolchains.rs index 3a1860fa9..781ce97fa 100644 --- a/expensive/tests/boundary_toolchains.rs +++ b/expensive/tests/boundary_toolchains.rs @@ -29,7 +29,9 @@ const BOUNDARIES: &[(&str, &str)] = &[ // https://github.com/dtolnay/proc-macro2/blob/70a804be6d9b21d8707a1c349759f64332429c35/build.rs#L66-L69 // Hence, it suffices to skip early `1.79` nightlies. // ("2024-03-29", "2024-03-30"), - ("2024-03-17", "2024-04-05"), + // smoelius: `home@0.5.11` (2024-12-16) requires rustc 1.81. nightly-2024-03-17 is Rust 1.78. + // ("2024-03-17", "2024-04-05"), + // https://github.com/rust-lang/rust/pull/121780 // https://github.com/rust-lang/rust/commit/1547c076bfec8abb819d6a81e1e4095d267bd5b4 // https://github.com/rust-lang/rust/pull/121969