We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99df8fc commit f4d7994Copy full SHA for f4d7994
Cargo.toml
@@ -14,7 +14,7 @@ exclude = ["tests/07a-mount-point-excl", "tests/10-example"]
14
15
[dependencies]
16
anyhow = "1.0.12"
17
-clap = { version = "2.33", default-features = false }
+clap = { version = "3", default-features = false, features = ["std", "cargo"] }
18
liboverdrop = "0.1.0"
19
rust-ini = ">=0.15, <0.18"
20
log = { version = "0.4", features = ["std"] }
0 commit comments