Bump min. required Rust version to 1.36

This commit is contained in:
sharkdp 2020-01-04 11:08:59 +01:00 committed by David Peter
parent 1213d5f473
commit 2e7815e826
2 changed files with 6 additions and 6 deletions

View File

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

View File

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