mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-24 12:24:56 +00:00
Bump minimum Rust version to latest stable
This commit is contained in:
parent
9d6cea3d40
commit
9c3936ed65
@ -36,13 +36,11 @@ matrix:
|
|||||||
rust: nightly
|
rust: nightly
|
||||||
# XML_CATALOG_FILES is apparently necessary for asciidoc on macOS.
|
# XML_CATALOG_FILES is apparently necessary for asciidoc on macOS.
|
||||||
env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog
|
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
|
- os: linux
|
||||||
rust: 1.35.0
|
rust: stable
|
||||||
env: TARGET=x86_64-unknown-linux-gnu
|
env: TARGET=x86_64-unknown-linux-gnu
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: 1.35.0
|
rust: stable
|
||||||
env: TARGET=x86_64-unknown-linux-musl
|
env: TARGET=x86_64-unknown-linux-musl
|
||||||
#- os: linux
|
#- os: linux
|
||||||
# rust: 1.35.0
|
# rust: 1.35.0
|
||||||
|
1
rust-toolchain
Normal file
1
rust-toolchain
Normal file
@ -0,0 +1 @@
|
|||||||
|
stable
|
Loading…
Reference in New Issue
Block a user