summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-12-27 11:11:34 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-12-27 11:14:32 +0800
commit87d8c45b105722352f58b2020aaeaff62f3e00f6 (patch)
tree11ca425759319dc18e841ff1216f8834522a2f7d /Cargo.toml
parent269c650872b442e793604391cc5c94dc9fa592fc (diff)
upgrade clap
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f6f472..e592113 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ trash-move = ["trash"]
aggregate-scan-progress = []
[dependencies]
-clap = "=3.0.0-beta.5"
+clap = { version = "=3.0.0-rc.8", features = ["derive", "cargo"] }
jwalk = "0.6.0"
byte-unit = "4"
atty = "0.2.11"