diff options
author | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-21 10:48:30 +0800 |
---|---|---|
committer | Sebastian Thiel <sthiel@thoughtworks.com> | 2019-07-21 10:49:26 +0800 |
commit | 387cc1f86e5aec8a20a25ea71f74e948b110d2c6 (patch) | |
tree | 50a7a6f4435cf44184ddbade4a9d16fbdfdb3a42 | |
parent | eb015d38cbe01ff6b04855ad94936cd8f59be4bc (diff) |
Bump versionv2.1.9
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -183,7 +183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "dua-cli" -version = "2.1.8" +version = "2.1.9" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "byte-unit 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.1.8" +version = "2.1.9" authors = ["Sebastian Thiel <byronimo@gmail.com>"] edition = "2018" include = ["src/**/*", "Cargo.toml"] |