Skip to content

Commit 75f092c

Browse files
committed
Update clap.
1 parent bd49d1a commit 75f092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["php", "binding", "extension", "module"]
1515

1616
[dependencies]
1717
anyhow = "1.0.40"
18-
clap = "3.0.0-beta.5"
18+
clap = { version = "3.0.10", features = ["derive"] }
1919
dashmap = "4.0.2"
2020
derive_more = "0.99.13"
2121
indexmap = "1.6.2"

0 commit comments

Comments
 (0)