summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-08-16 19:51:33 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-08-16 19:52:15 +0800
commit3a6c654dc2939b5979c47d8fbd14932741f8d1d1 (patch)
tree767b47500620efe17e1572d6ab2b9aa9181d3f2f /Cargo.toml
parent9501d087d03801568d36df5ebba03515c36e592a (diff)
Fix #102, bump patch level
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ff50c42..e8d751d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dua-cli"
-version = "2.14.4"
+version = "2.14.5"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
edition = "2018"
repository = "https://github.com/Byron/dua-cli"
@@ -19,7 +19,7 @@ trash-move = ["trash"]
aggregate-scan-progress = []
[dependencies]
-clap = "3.0.0-beta.2"
+clap = "3.0.0-beta.4"
jwalk = "0.6.0"
byte-unit = "4"
atty = "0.2.11"