diff --git a/CITATION.cff b/CITATION.cff index 211d8e1d3..96b1e6882 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,5 +13,5 @@ authors: repository-code: 'https://github.com/sharkdp/hyperfine' abstract: A command-line benchmarking tool. license: MIT -version: 1.16.1 -date-released: '2023-03-21' +version: 1.20.0 +date-released: '2025-11-18' diff --git a/README.md b/README.md index ff6020064..fddbdfd46 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,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.76 or newer. +Make sure that you use Rust 1.88 or newer. ### From binaries (Linux, macOS, Windows)