mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-30 04:39:04 +01:00
Updated clap
, closes #125
This commit is contained in:
parent
9c8dd7cd05
commit
a3fbc24aa3
@ -13,7 +13,7 @@ categories = ["api-bindings", "command-line-interface"]
|
||||
[dependencies]
|
||||
ext-php-rs = { version = ">=0.7.1", path = "../../" }
|
||||
|
||||
clap = { version = "3.0.0-rc.0", features = ["derive"] }
|
||||
clap = { version = "3.1", features = ["derive"] }
|
||||
anyhow = "1"
|
||||
dialoguer = "0.9"
|
||||
libloading = "0.7"
|
||||
|
Loading…
Reference in New Issue
Block a user