From dcfebc630808fc534bd5e0c57bf7769eb74744e5 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 12 Mar 2018 14:31:05 -0700 Subject: [PATCH] chore(dependencies): update minimum Rust version to 1.21, because of tokio-core --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d951c8a8..fb8b93a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,7 @@ matrix: env: FEATURES="--no-default-features" - rust: stable env: FEATURES="--features compat" - - rust: 1.18.0 - env: BUILD_ONLY=1 + - rust: 1.21.0 cache: apt: true