diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-30 07:37:35 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-06-30 07:37:35 +0800 |
commit | bbc0719d489d0484e7f770129fad9839ed2cc5c9 (patch) | |
tree | 7d220da88756ebbb998dae81ee73581ec6016623 | |
parent | e7de79af3304ad9ed70cdf2e9fbe8ad4c765317a (diff) |
(cargo-release) version 2.14.0v2.14.0
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -258,7 +258,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dua-cli" -version = "2.13.1" +version = "2.14.0" dependencies = [ "anyhow", "atty", @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.13.1" +version = "2.14.0" authors = ["Sebastian Thiel <byronimo@gmail.com>"] edition = "2018" repository = "https://github.com/Byron/dua-cli" |