Skip to content

Commit 9024d3c

Browse files
authored
Clap 4.0 (#24)
* update to clap 4.0 * fix boolean params
1 parent a2faa7d commit 9024d3c

File tree

4 files changed

+191
-23
lines changed

4 files changed

+191
-23
lines changed

Cargo.lock

Lines changed: 178 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = ["criterion"]
1515

1616
[dependencies]
1717
attohttpc = { version = "0.24", default_features = false, features = ["tls"] }
18-
clap = { version = "3.0.0-rc.3", default_features = false, features = ["std"] }
18+
clap = { version = "4", features = ["string"] }
1919
colored = "2"
2020
dirs = "4"
2121

0 commit comments

Comments
 (0)