Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp authored and David Peter committed Oct 5, 2023
1 parent 133930b commit d91c126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/sharkdp/hyperfine"
version = "1.18.0"
edition = "2018"
build = "build.rs"
rust-version = "1.66.0"
rust-version = "1.70.0"

[features]
# Use the nightly feature windows_process_extensions_main_thread_handle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Hyperfine can be installed from source via [cargo](https://doc.rust-lang.org/car
cargo install --locked hyperfine
```

Make sure that you use Rust 1.60 or higher.
Make sure that you use Rust 1.70 or newer.

### From binaries (Linux, macOS, Windows)

Expand Down

0 comments on commit d91c126

Please sign in to comment.