diff options
author | sharkdp <davidpeter@web.de> | 2018-06-11 20:44:03 +0200 |
---|---|---|
committer | sharkdp <davidpeter@web.de> | 2018-06-11 20:44:03 +0200 |
commit | b10afcf8ae8a90e83ddd7de8615fdcf27abedcc8 (patch) | |
tree | 094a82f9b2a4d9c0d90f78f60db44e105a649256 | |
parent | 22491e2385f2dc901a9495176ba6f975a54b4ec3 (diff) |
Bump versionv1.1.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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)", @@ -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" |