summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-10-26 20:11:46 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-10-26 20:13:55 +0800
commitf26309c91a271f1c2c32dfb55dbbb8c713f5e97d (patch)
tree58ea7c653f0bd0677ff3e2e278b8e3dc14881e6b /Cargo.toml
parenta0625fc7070efbca360176aef1a522d2290da086 (diff)
fix: cargo install without --locked should work now (#111)
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 0145f0f..7b26796 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ trash-move = ["trash"]
aggregate-scan-progress = []
[dependencies]
-clap = "3.0.0-beta.4"
+clap = "=3.0.0-beta.5"
jwalk = "0.6.0"
byte-unit = "4"
atty = "0.2.11"