summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-14 17:41:33 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-14 19:29:27 -0400
commited144be775efd38e1ad70cd8a1e0ddb6a1ba89ad (patch)
tree5e74c497984376b4a7d7c8a4a754fc4e5123a21e
parent967e7ad0de3e657e8f81c1384a48ca1eea4edde7 (diff)
ci: bump MSRV to 1.34.0
-rw-r--r--.travis.yml6
-rw-r--r--README.md7
2 files changed, 5 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 85d654b8..2a36f892 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,13 +63,13 @@ matrix:
# Minimum Rust supported channel. We enable these to make sure ripgrep
# continues to work on the advertised minimum Rust version.
- os: linux
- rust: 1.32.0
+ rust: 1.34.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
- rust: 1.32.0
+ rust: 1.34.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
- rust: 1.32.0
+ rust: 1.34.0
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8
addons:
apt:
diff --git a/README.md b/README.md
index 33bd2718..02ac2079 100644
--- a/README.md
+++ b/README.md
@@ -340,7 +340,7 @@ If you're a **NetBSD** user, then you can install ripgrep from
If you're a **Rust programmer**, ripgrep can be installed with `cargo`.
-* Note that the minimum supported version of Rust for ripgrep is **1.32.0**,
+* Note that the minimum supported version of Rust for ripgrep is **1.34.0**,
although ripgrep may work with older versions.
* Note that the binary may be bigger than expected because it contains debug
symbols. This is intentional. To remove debug symbols and therefore reduce
@@ -350,9 +350,6 @@ If you're a **Rust programmer**, ripgrep can be installed with `cargo`.
$ cargo install ripgrep
```
-When compiling with Rust 1.27 or newer, this will automatically enable SIMD
-optimizations for search.
-
ripgrep isn't currently in any other package repositories.
[I'd like to change that](https://github.com/BurntSushi/ripgrep/issues/10).
@@ -361,7 +358,7 @@ ripgrep isn't currently in any other package repositories.
ripgrep is written in Rust, so you'll need to grab a
[Rust installation](https://www.rust-lang.org/) in order to compile it.
-ripgrep compiles with Rust 1.32.0 (stable) or newer. In general, ripgrep tracks
+ripgrep compiles with Rust 1.34.0 (stable) or newer. In general, ripgrep tracks
the latest stable release of the Rust compiler.
To build ripgrep: