From b05891906eb6cd779d5f0e53930f8fdf1b0db9ad Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 29 Aug 2018 18:24:27 -0700 Subject: [PATCH] chore(travis): set minimum rust version to 1.26 because of dependencies --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7fac2e6..ab77c0b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: - rust: stable env: FEATURES="--no-default-features" # Minimum Supported Rust Version - - rust: 1.25.0 + - rust: 1.26.0 env: FEATURES="--no-default-features --features runtime" BUILD_ONLY="1" cache: