mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-25 19:19:31 +03:00
Bump version
This commit is contained in:
parent
78a042236a
commit
1397a3d717
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -170,7 +170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
|
||||
[[package]]
|
||||
name = "hyperfine"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
dependencies = [
|
||||
"approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
|
||||
name = "hyperfine"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/sharkdp/hyperfine"
|
||||
version = "1.6.0"
|
||||
version = "1.7.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -98,8 +98,8 @@ The JSON output is useful if you want to analyze the benchmark results in more d
|
||||
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.6.0/hyperfine_1.6.0_amd64.deb
|
||||
sudo dpkg -i hyperfine_1.6.0_amd64.deb
|
||||
wget https://github.com/sharkdp/hyperfine/releases/download/v1.7.0/hyperfine_1.7.0_amd64.deb
|
||||
sudo dpkg -i hyperfine_1.7.0_amd64.deb
|
||||
```
|
||||
|
||||
### On Fedora
|
||||
|
Loading…
Reference in New Issue
Block a user