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 bd49d1a commit 75f092cCopy full SHA for 75f092c
phper/Cargo.toml
@@ -15,7 +15,7 @@ keywords = ["php", "binding", "extension", "module"]
15
16
[dependencies]
17
anyhow = "1.0.40"
18
-clap = "3.0.0-beta.5"
+clap = { version = "3.0.10", features = ["derive"] }
19
dashmap = "4.0.2"
20
derive_more = "0.99.13"
21
indexmap = "1.6.2"
0 commit comments