Skip to content

Commit 93970a4

Browse files
committed
Add version for Cargo.toml.
1 parent c30a629 commit 93970a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ keywords = ["php", "binding", "extension"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
phper-sys = { path = "../phper-sys" }
16-
phper-macros = { path = "../phper-macros" }
15+
phper-sys = { version = "0.1", path = "../phper-sys" }
16+
phper-macros = { version = "0.1", path = "../phper-macros" }

0 commit comments

Comments
 (0)