From 5b7f2edbd2ca06cf1861e7200772c52aeb8ef574 Mon Sep 17 00:00:00 2001 From: Nikita Pekin Date: Mon, 10 Sep 2018 18:31:05 -0400 Subject: [PATCH] chore: bump minimum rustc version to 1.20 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd72fa4..6e63183 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.13.0 + - 1.20.0 os: - linux cache: cargo