From fb9d0797ccc0a52f42f0fa457ec6845e60181adf Mon Sep 17 00:00:00 2001 From: Tobias Bengtsson Date: Sun, 14 Aug 2022 11:34:49 +0200 Subject: [PATCH] Release 0.8.0 --- Cargo.toml | 4 ++-- crates/cli/Cargo.toml | 2 +- crates/macros/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c37aed2..54462d6 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.7.4" +version = "0.8.0" authors = ["David Cole "] edition = "2018" categories = ["api-bindings"] @@ -17,7 +17,7 @@ parking_lot = "0.12.1" cfg-if = "1.0" once_cell = "1.8.0" anyhow = { version = "1", optional = true } -ext-php-rs-derive = { version = "=0.7.4", path = "./crates/macros" } +ext-php-rs-derive = { version = "=0.8.0", path = "./crates/macros" } [dev-dependencies] skeptic = "0.13" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index e06958b..ccfd546 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.4" +version = "0.1.5" authors = ["David Cole "] edition = "2018" categories = ["api-bindings", "command-line-interface"] diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 5742f6a..780b1f5 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.7.4" +version = "0.8.0" authors = ["David Cole "] edition = "2018"