Skip to content

Commit f4d7994

Browse files
committed
Cargo.toml: update clap version to 3
Version 2 is really old. We can update to 3 very easily. But it seems 4 will require some changes, so let's do that in a separate step. This is what https://github.com/clap-rs/clap/blob/v4.5.21/CHANGELOG.md#migrating recommends.
1 parent 99df8fc commit f4d7994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["tests/07a-mount-point-excl", "tests/10-example"]
1414

1515
[dependencies]
1616
anyhow = "1.0.12"
17-
clap = { version = "2.33", default-features = false }
17+
clap = { version = "3", default-features = false, features = ["std", "cargo"] }
1818
liboverdrop = "0.1.0"
1919
rust-ini = ">=0.15, <0.18"
2020
log = { version = "0.4", features = ["std"] }

0 commit comments

Comments
 (0)