From cfaed077dcc656c37e72e2d489f2fdd1aeed6809 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 7 Jul 2017 17:54:44 +0200 Subject: Update to rustc 1.17 As the dependency unicode-bidi requires rustc 1.17 as minimum version of the rust compiler, we have to update as well. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 61d5b72f..72bb7a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ rust: matrix: include: - - rust: 1.15.0 + - rust: 1.17.0 allow_failures: - rust: nightly -- cgit v1.2.3