summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-07-17 20:29:20 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-07-17 20:29:20 -0400
commit7829850bf011b250655edc97dca663b96db793ae (patch)
tree0dffbec11f5257014479bf76a2fa0f777a6de8aa /.travis.yml
parent06b66efd59b83012d34a3c11e72b4c4901ae756a (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
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: