Bump minimum Rust version to latest stable

This commit is contained in:
Oleksii Filonenko 2019-07-28 11:50:07 +03:00
parent 9d6cea3d40
commit 9c3936ed65
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1
2 changed files with 3 additions and 4 deletions

View File

@ -36,13 +36,11 @@ matrix:
rust: nightly
# XML_CATALOG_FILES is apparently necessary for asciidoc on macOS.
env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog
# Minimum Rust supported channel. We enable these to make sure ripgrep
# continues to work on the advertised minimum Rust version.
- os: linux
rust: 1.35.0
rust: stable
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.35.0
rust: stable
env: TARGET=x86_64-unknown-linux-musl
#- os: linux
# rust: 1.35.0

1
rust-toolchain Normal file
View File

@ -0,0 +1 @@
stable