Updates for v1.18

This commit is contained in:
David Peter 2023-10-05 09:48:09 +02:00 committed by David Peter
parent f20bea1f1d
commit 45b18d9d36
3 changed files with 13 additions and 2 deletions

View File

@ -13,6 +13,17 @@
# v1.18.0
## Features
- Add support for microseconds via `--time-unit microsecond`, see #684 (@sharkdp)
## Bugfixes
- Proper argument quoting on Windows CMD, see #296 and #678 (@PedroWitzel)
# v1.17.0
## Features

2
Cargo.lock generated
View File

@ -486,7 +486,7 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
[[package]]
name = "hyperfine"
version = "1.17.0"
version = "1.18.0"
dependencies = [
"anyhow",
"approx",

View File

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