From 9d7bb1693c94899c3e5a8aa154fa0ffcc9106cc3 Mon Sep 17 00:00:00 2001 From: Jan Bujak Date: Tue, 11 Dec 2018 21:40:35 +0100 Subject: [PATCH] Rust 1.30.1 is now required to compile `cargo-web` without `Cargo.lock` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f3c894..d94ed8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ jobs: include: - <<: *test os: linux - rust: 1.29.0 + rust: 1.30.1 env: CHECK_ONLY=1 WITHOUT_CARGO_LOCK=1 - <<: *test os: linux