Bump version

This commit is contained in:
David Peter 2023-03-21 20:55:19 +01:00 committed by David Peter
parent 80ec1c5ddf
commit b4cfbfaf7b
4 changed files with 6 additions and 6 deletions

View file

@ -13,5 +13,5 @@ authors:
repository-code: 'https://github.com/sharkdp/hyperfine'
abstract: A command-line benchmarking tool.
license: MIT
version: 1.16.0
date-released: '2023-03-15'
version: 1.16.1
date-released: '2023-03-21'

2
Cargo.lock generated
View file

@ -405,7 +405,7 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hyperfine"
version = "1.16.0"
version = "1.16.1"
dependencies = [
"anyhow",
"approx",

View file

@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "hyperfine"
readme = "README.md"
repository = "https://github.com/sharkdp/hyperfine"
version = "1.16.0"
version = "1.16.1"
edition = "2018"
build = "build.rs"
rust-version = "1.64.0"

View file

@ -170,8 +170,8 @@ like `--warmup`, `--prepare <cmd>`, `--setup <cmd>` or `--cleanup <cmd>`:
Download the appropriate `.deb` package from the [Release page](https://github.com/sharkdp/hyperfine/releases)
and install it via `dpkg`:
```
wget https://github.com/sharkdp/hyperfine/releases/download/v1.16.0/hyperfine_1.16.0_amd64.deb
sudo dpkg -i hyperfine_1.16.0_amd64.deb
wget https://github.com/sharkdp/hyperfine/releases/download/v1.16.1/hyperfine_1.16.1_amd64.deb
sudo dpkg -i hyperfine_1.16.1_amd64.deb
```
### On Fedora