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 c30a629 commit 93970a4Copy full SHA for 93970a4
phper/Cargo.toml
@@ -12,5 +12,5 @@ keywords = ["php", "binding", "extension"]
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
14
[dependencies]
15
-phper-sys = { path = "../phper-sys" }
16
-phper-macros = { path = "../phper-macros" }
+phper-sys = { version = "0.1", path = "../phper-sys" }
+phper-macros = { version = "0.1", path = "../phper-macros" }
0 commit comments