From a978ec760458f6b5afea918141d4dca5d23dc7da Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 22 Apr 2018 15:49:00 +0200 Subject: [PATCH] Update minimal rust version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 49f738a6..02456b74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ matrix: # Minimum Rust supported channel. - os: linux - rust: 1.20.0 + rust: 1.25.0 env: TARGET=x86_64-unknown-linux-gnu - os: osx - rust: 1.20.0 + rust: 1.25.0 env: TARGET=x86_64-apple-darwin addons: