From b2fd1cf4d5fe0cc9ed03fd30e342e3c78275a16d Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 14 Aug 2019 12:02:57 -0700 Subject: [PATCH] Increase Minimum Supported Rust Version to v.1.34.0 - `miniz_oxide` makes use of `TryFrom` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5ac7b9..c2a80c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ matrix: script: cargo build --target "$TARGET" --no-default-features # minimum version - - rust: 1.31.0 + - rust: 1.34.0 script: cargo build sudo: false