Bump MSRV

This commit is contained in:
David Peter 2022-01-01 11:18:54 +01:00
parent 6b1981c941
commit f5bd1aea66
2 changed files with 2 additions and 2 deletions

View File

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

View File

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