Bump minimum supported rust version

This commit is contained in:
Piyush Rungta 2019-09-01 16:07:45 +05:30 committed by David Peter
parent b10b93f473
commit 7d66d2bf95
2 changed files with 6 additions and 6 deletions

View File

@ -21,19 +21,19 @@ matrix:
# Minimum Rust supported channel.
- os: linux
rust: 1.31.0
rust: 1.32.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.31.0
rust: 1.32.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
rust: 1.31.0
rust: 1.32.0
env: TARGET=i686-unknown-linux-gnu
- os: linux
rust: 1.31.0
rust: 1.32.0
env: TARGET=i686-unknown-linux-musl
- os: osx
rust: 1.31.0
rust: 1.32.0
env: TARGET=x86_64-apple-darwin
addons:

View File

@ -157,7 +157,7 @@ Hyperfine can be installed via [cargo](https://doc.rust-lang.org/cargo/):
cargo install hyperfine
```
Make sure that you use Rust 1.30 or higher.
Make sure that you use Rust 1.32 or higher.
### From binaries (Linux, macOS, Windows)