Bump version

This commit is contained in:
sharkdp 2019-10-13 16:04:11 +02:00
parent 91136ba533
commit 68f5eb6de4
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -160,7 +160,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hyperfine"
version = "1.7.0"
version = "1.8.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)",

View File

@ -7,7 +7,7 @@ license = "MIT/Apache-2.0"
name = "hyperfine"
readme = "README.md"
repository = "https://github.com/sharkdp/hyperfine"
version = "1.7.0"
version = "1.8.0"
edition = "2018"
[dependencies]

View File

@ -99,8 +99,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.7.0/hyperfine_1.7.0_amd64.deb
sudo dpkg -i hyperfine_1.7.0_amd64.deb
wget https://github.com/sharkdp/hyperfine/releases/download/v1.8.0/hyperfine_1.8.0_amd64.deb
sudo dpkg -i hyperfine_1.8.0_amd64.deb
```
### On Fedora