From b92202c89bc2608e301bd3cec005cb4ce46305d2 Mon Sep 17 00:00:00 2001 From: David Cole Date: Sun, 10 Oct 2021 23:21:39 +1300 Subject: [PATCH] Release v0.6.0 --- Cargo.toml | 4 ++-- crates/macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cf85e94..96912ef 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.5.3" +version = "0.6.0" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"] @@ -14,7 +14,7 @@ exclude = ["/.github", "/.crates", "/guide"] [dependencies] bitflags = "1.2.1" parking_lot = "0.11.2" -ext-php-rs-derive = { version = "=0.5.2", path = "./crates/macros" } +ext-php-rs-derive = { version = "=0.6.0", path = "./crates/macros" } [build-dependencies] bindgen = { version = "0.59" } diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index e564ae5..e5b69e8 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/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.5.2" +version = "0.6.0" authors = ["David Cole "] edition = "2018"