diff --git a/Cargo.toml b/Cargo.toml index 47d8848..aff8c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,14 +5,14 @@ repository = "https://github.com/davidcole1340/ext-php-rs" homepage = "https://github.com/davidcole1340/ext-php-rs" license = "MIT OR Apache-2.0" keywords = ["php", "ffi", "zend"] -version = "0.2.0" +version = "0.3.0" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"] [dependencies] bitflags = "1.2.1" -ext-php-rs-derive = { version = "=0.2.0", path = "./ext-php-rs-derive" } +ext-php-rs-derive = { version = "=0.3.0", path = "./ext-php-rs-derive" } [build-dependencies] bindgen = { version = ">= 0.57.0, < 0.58.1" } diff --git a/ext-php-rs-derive/Cargo.toml b/ext-php-rs-derive/Cargo.toml index 8bdc829..8f40b87 100644 --- a/ext-php-rs-derive/Cargo.toml +++ b/ext-php-rs-derive/Cargo.toml @@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs." repository = "https://github.com/davidcole1340/ext-php-rs" homepage = "https://github.com/davidcole1340/ext-php-rs" license = "MIT OR Apache-2.0" -version = "0.2.0" +version = "0.3.0" authors = ["David Cole "] edition = "2018"