bump msrv to 1.60.0

This commit is contained in:
Benjamin Rombaut 2022-11-16 20:12:17 +01:00 committed by David Peter
parent fcaa6d32dc
commit 95890b968a
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: CICD
env:
MIN_SUPPORTED_RUST_VERSION: "1.57.0"
MIN_SUPPORTED_RUST_VERSION: "1.60.0"
CICD_INTERMEDIATES_DIR: "_cicd-intermediates"
on:

View File

@ -8,6 +8,7 @@ name = "hyperfine"
readme = "README.md"
repository = "https://github.com/sharkdp/hyperfine"
version = "1.15.0"
rust-version = "1.60.0"
edition = "2018"
build = "build.rs"

View File

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