Skip to content

Commit a3fbc24

Browse files
committed
Updated clap, closes #125
1 parent 9c8dd7c commit a3fbc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["api-bindings", "command-line-interface"]
1313
[dependencies]
1414
ext-php-rs = { version = ">=0.7.1", path = "../../" }
1515

16-
clap = { version = "3.0.0-rc.0", features = ["derive"] }
16+
clap = { version = "3.1", features = ["derive"] }
1717
anyhow = "1"
1818
dialoguer = "0.9"
1919
libloading = "0.7"

0 commit comments

Comments
 (0)