summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-02-17 17:52:35 -0500
committerAndrew Gallant <jamslam@gmail.com>2020-02-17 19:24:53 -0500
commit3644208b0302111320083122ad4f954d587f70be (patch)
tree5cc5ab4c811ec57b3757fdf1c38b899d9a86555a
parent66f045e055de6ca1fbc6b4648598410ab59bb993 (diff)
ci: set MSRV to Rust 1.41.0
The next release will be ripgrep 12, so we bump to the latest stable release of Rust.
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2a36f892..39ad77d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,13 +63,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.34.0
+ rust: 1.41.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.34.0
+ rust: 1.41.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
- rust: 1.34.0
+ rust: 1.41.0
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons:
apt: