From 654a11c84cc1bf14130acb290cdc6111f3a1daf3 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 6 Jun 2019 14:29:35 -0700 Subject: [PATCH] bump CI minimum Rust to 1.27 for 'dyn' keyword --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7acf37f..e43287a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ matrix: # # This job will also build and deploy the docs to gh-pages. - env: TARGET=x86_64-unknown-linux-gnu - rust: 1.26.0 + rust: 1.27.0 after_success: - | pip install 'travis-cargo<0.2' --user &&