Bump min. required Rust version to 1.43

This commit is contained in:
sharkdp 2020-10-15 23:05:04 +02:00
parent 1477c68658
commit 314e4e3387
2 changed files with 6 additions and 6 deletions

View File

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

View File

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