From 7829850bf011b250655edc97dca663b96db793ae Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 17 Jul 2018 20:29:20 -0400 Subject: deps: bump minimum Rust to 1.23.0 from 1.20.0 1.23.0 is the first Rust release of 2018 and is around half a year old, which seems old enough to move to. This also lets us bring in encoding_rs 0.8, which includes performance optimizations. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 281bf560..7c2c7f93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,13 +59,13 @@ matrix: # Minimum Rust supported channel. We enable these to make sure ripgrep # continues to work on the advertised minimum Rust version. - os: linux - rust: 1.20.0 + rust: 1.23.0 env: TARGET=x86_64-unknown-linux-gnu - os: linux - rust: 1.20.0 + rust: 1.23.0 env: TARGET=x86_64-unknown-linux-musl - os: linux - rust: 1.20.0 + rust: 1.23.0 env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8 addons: apt: -- cgit v1.2.3