From abe8ddd6378c44b0c992d5a65f973890cf41cdfe Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 27 Aug 2018 10:21:25 -0700 Subject: [PATCH] chore(travis): set minimum rust version to 1.25 because of dependencies --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 405ae6f8..c7fac2e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ matrix: env: FEATURES="--no-default-features --features runtime" - rust: stable env: FEATURES="--no-default-features" - - rust: 1.21.0 + # Minimum Supported Rust Version + - rust: 1.25.0 env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1" cache: