Bump minimum Rust version to latest stable

pull/25/head
Oleksii Filonenko 5 years ago
parent 9d6cea3d40
commit 9c3936ed65
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

@ -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

@ -0,0 +1 @@
stable
Loading…
Cancel
Save