From b1787ebd0a85e5ecd2b536c568917f431444550e Mon Sep 17 00:00:00 2001 From: David Cole Date: Mon, 23 Aug 2021 16:49:04 +1200 Subject: [PATCH] v0.2.0 bump version --- Cargo.toml | 4 ++-- ext-php-rs-derive/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 22e0b35..6797b0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ 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.1.0" +version = "0.2.0" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"] @@ -13,7 +13,7 @@ categories = ["api-bindings"] [dependencies] libc = "0.2.88" bitflags = "1.2.1" -ext-php-rs-derive = { version = "=0.1.0", path = "./ext-php-rs-derive" } +ext-php-rs-derive = { version = "=0.2.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 cada2da..8bdc829 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.1.0" +version = "0.2.0" authors = ["David Cole "] edition = "2018" @@ -18,4 +18,4 @@ quote = "1.0.9" proc-macro2 = "1.0.26" lazy_static = "1.4.0" regex = "1.5" -anyhow = "1.0" \ No newline at end of file +anyhow = "1.0"