diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-05-30 17:45:49 +0800 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-05-30 17:45:49 +0800 |
commit | 06377e560488e16da185c68c2a0069fd4389fe59 (patch) | |
tree | a3bdce4cdb9158c110d6d350c3296384e581681a | |
parent | ac604b35c0b80fa6b380cc395a95bf0a5d1d196d (diff) |
(cargo-release) version 2.12.1v2.12.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -226,7 +226,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dua-cli" -version = "2.12.0" +version = "2.12.1" dependencies = [ "anyhow", "atty", @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.12.0" +version = "2.12.1" authors = ["Sebastian Thiel <byronimo@gmail.com>"] edition = "2018" repository = "https://github.com/Byron/dua-cli" |