From 4567088996b9f6e45cf77311d9d1d35fd4b5b998 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 25 Nov 2019 19:55:21 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcad1ab90..871ea4864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -146,7 +146,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hyperfine" -version = "1.8.0" +version = "1.9.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)", diff --git a/Cargo.toml b/Cargo.toml index a5184b860..f6acf4db5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "hyperfine" readme = "README.md" repository = "https://github.com/sharkdp/hyperfine" -version = "1.8.0" +version = "1.9.0" edition = "2018" [dependencies] diff --git a/README.md b/README.md index e88181341..d2417bc71 100644 --- a/README.md +++ b/README.md @@ -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.8.0/hyperfine_1.8.0_amd64.deb -sudo dpkg -i hyperfine_1.8.0_amd64.deb +wget https://github.com/sharkdp/hyperfine/releases/download/v1.9.0/hyperfine_1.9.0_amd64.deb +sudo dpkg -i hyperfine_1.9.0_amd64.deb ``` ### On Fedora