From 15ed44de399ec571731a4f9df8bde48cbfab696f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 25 Mar 2020 11:04:11 +0100 Subject: [PATCH] test slightly newer old nightly --- .travis.yml | 2 +- tests/smoke.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc1d175..d20f119 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: - env: TARGET=x86_64-unknown-linux-gnu # Don't remove this target; test coverage in `smoke.rs` relies on us running at least # one pinned toolchain. - rust: nightly-2018-12-01 # old version without rustc-std-workspace-core + rust: nightly-2019-02-01 # old version without rustc-std-workspace-core if: branch = staging OR branch = trying # Linux (build only) diff --git a/tests/smoke.rs b/tests/smoke.rs index a64b7e0..20dc6db 100644 --- a/tests/smoke.rs +++ b/tests/smoke.rs @@ -889,7 +889,7 @@ features = ["panic_unwind"] [patch.crates-io.cc] git = "https://github.com/alexcrichton/cc-rs" -tag = "1.0.25" +tag = "1.0.28" "#, )?; let stderr = project.build_and_get_stderr()?;