From 610aea974934a384533600263888d35230fbcb07 Mon Sep 17 00:00:00 2001 From: Nikita Pekin Date: Fri, 17 Feb 2017 12:21:44 -0500 Subject: [PATCH] chore: bump minimum rust CI version Bump minimum stable rust version. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d1594f..f0b89de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ rust: - stable # and the first stable one (this should be bumped as the minimum Rust version # required changes) - - 1.0.0 + - 1.8.0 os: - linux - osx