Skip to content

Commit

Permalink
Bump minimum Rust version to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 18, 2018
1 parent 866171d commit 695f4f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ matrix:

# Minimum Rust supported channel.
- os: linux
rust: 1.20.0
rust: 1.24.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.20.0
rust: 1.24.0
env: TARGET=x86_64-unknown-linux-musl
- os: linux
rust: 1.20.0
rust: 1.24.0
env: TARGET=i686-unknown-linux-gnu
- os: linux
rust: 1.20.0
rust: 1.24.0
env: TARGET=i686-unknown-linux-musl
- os: osx
rust: 1.20.0
rust: 1.24.0
env: TARGET=x86_64-apple-darwin

addons:
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ Hyperfine can be installed via [cargo](https://doc.rust-lang.org/cargo/):
cargo install hyperfine
```

Make sure that you use Rust 1.24 or higher.

### From binaries (Linux, macOS)

Download the corresponding archive from the [Release page](https://github.com/sharkdp/hyperfine/releases).
Expand Down

0 comments on commit 695f4f2

Please sign in to comment.