diff --git a/Cargo.toml b/Cargo.toml index 8fc522b..01af4c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["api-bindings"] [dependencies] libc = "0.2.88" bitflags = "1.2.1" -ext-php-rs-derive = { path = "./ext-php-rs-derive" } +ext-php-rs-derive = { version = "=0.0.3", path = "./ext-php-rs-derive" } [build-dependencies] bindgen = "0.53.1" diff --git a/ext-php-rs-derive/LICENSE b/ext-php-rs-derive/LICENSE new file mode 120000 index 0000000..ea5b606 --- /dev/null +++ b/ext-php-rs-derive/LICENSE @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/ext-php-rs-derive/README.md b/ext-php-rs-derive/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/ext-php-rs-derive/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file