From 4b8380261b63e0758877ab9cfe7ed1652cca4f88 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 26 Dec 2019 21:41:08 -0500 Subject: [PATCH] Drop support for rustc <1.30 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd6f9f02c..707dee3f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - cargo test --features raw_value - cargo test --features unbounded_depth - - rust: 1.27.0 + - rust: 1.30.0 script: - cargo build --manifest-path tests/crate/Cargo.toml - cargo build --manifest-path tests/crate/Cargo.toml --features preserve_order