From 1b4f80eb99c084aa176e5eac49ec0795c16d1162 Mon Sep 17 00:00:00 2001 From: Kobi Hikri Date: Wed, 15 Jul 2026 14:05:04 +0300 Subject: [PATCH 1/2] docs: update stale version metadata (CITATION.cff) --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' From 868556ca4504096fd26711a168c55ab2df8ced14 Mon Sep 17 00:00:00 2001 From: Kobi Hikri Date: Wed, 15 Jul 2026 14:05:06 +0300 Subject: [PATCH 2/2] docs: update stale version metadata (README.md) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)