summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-06-11 20:44:03 +0200
committersharkdp <davidpeter@web.de>2018-06-11 20:44:03 +0200
commitb10afcf8ae8a90e83ddd7de8615fdcf27abedcc8 (patch)
tree094a82f9b2a4d9c0d90f78f60db44e105a649256
parent22491e2385f2dc901a9495176ba6f975a54b4ec3 (diff)
Bump versionv1.1.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0fb6e5..12c7121 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -125,7 +125,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "hyperfine"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index e3053ba..a17fec7 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.0.0"
+version = "1.1.0"
[dependencies]
colored = "1.6"