Skip to content

Commit 38c4a71

Browse files
committed
Update rust min version for travis
1 parent 0b237ff commit 38c4a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ matrix:
4646
# Minimum Rust supported channel. We enable these to make sure ripgrep
4747
# continues to work on the advertised minimum Rust version.
4848
- os: linux
49-
rust: 1.23.0
49+
rust: 1.27.0
5050
env: TARGET=x86_64-unknown-linux-gnu
5151
- os: linux
52-
rust: 1.23.0
52+
rust: 1.27.0
5353
env: TARGET=x86_64-unknown-linux-musl
5454
- os: linux
55-
rust: 1.23.0
55+
rust: 1.27.0
5656
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
5757
addons:
5858
apt:

0 commit comments

Comments
 (0)