From 6520e85c301e0000486e33c0be55cfaa5c2f11b9 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 12 Oct 2023 10:27:50 +0200 Subject: [PATCH 1/3] Bump macro version --- crates/macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 44d89bd..0131d72 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.10.0" +version = "0.10.1" authors = ["David Cole "] edition = "2018" From 54ed06b6b45457e8b51795e3e4ad295970f99d67 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 12 Oct 2023 10:28:49 +0200 Subject: [PATCH 2/3] Bump version --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index aa965d3..004a1cb 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/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.8" +version = "0.1.9" authors = ["David Cole "] edition = "2018" categories = ["api-bindings", "command-line-interface"] From f59b398424f67606b0e45c3a33fb32dcb6e1212b Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 12 Oct 2023 10:29:53 +0200 Subject: [PATCH 3/3] Bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 08f9648..eaccb4d 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.10.2" +version = "0.10.3" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"] @@ -17,7 +17,7 @@ parking_lot = "0.12" cfg-if = "1.0" once_cell = "1.17" anyhow = { version = "1", optional = true } -ext-php-rs-derive = { version = "=0.10.0", path = "./crates/macros" } +ext-php-rs-derive = { version = "=0.10.1", path = "./crates/macros" } [dev-dependencies] skeptic = "0.13"