From 6949aa759f85ea8597196e1dbfa00ea97839f664 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 2 Dec 2017 11:02:19 +0100 Subject: [PATCH] Update travis rustc version The 'bitflags' dependency requires rustc 1.20 as minimum version, hence remove 1.19. Also add the newer rustc versions in the CI chain. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9321d8a1..8bbd91f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,9 @@ dist: language: rust rust: - - 1.19.0 - 1.20.0 + - 1.21.0 + - 1.22.0 - stable - beta - nightly