Skip to content

Commit

Permalink
Update boundary_toolchains test for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Dec 16, 2024
1 parent 7369a41 commit 07316e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion expensive/tests/boundary_toolchains.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: `[email protected]` (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
Expand Down

0 comments on commit 07316e3

Please sign in to comment.