From 8ac1179d7c39c59d3c71e36e2f3e0bdfd0ff32fc Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 9 Oct 2017 09:40:53 -0700 Subject: [PATCH] chore(ci): update minimum rustc version to 1.17 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f9c8da4..df3a678a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ matrix: - rust: stable - rust: stable env: FEATURES="--features compat" - - rust: 1.15.0 + - rust: 1.17.0 cache: apt: true