Bump MSRV

This commit is contained in:
David Peter 2023-10-05 09:55:17 +02:00 committed by David Peter
parent 133930bb31
commit d91c126a9b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)