From 9c3936ed659bfe9cdfca992b6a57168258f975f0 Mon Sep 17 00:00:00 2001 From: Oleksii Filonenko Date: Sun, 28 Jul 2019 11:50:07 +0300 Subject: [PATCH] Bump minimum Rust version to latest stable --- .travis.yml | 6 ++---- rust-toolchain | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 rust-toolchain diff --git a/.travis.yml b/.travis.yml index 470503f..15eff2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 0000000..2bf5ad0 --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +stable