Skip to content

Commit b92202c

Browse files
committed
Release v0.6.0
1 parent 7812b7f commit b92202c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT OR Apache-2.0"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.5.3"
8+
version = "0.6.0"
99
authors = ["David Cole <[email protected]>"]
1010
edition = "2018"
1111
categories = ["api-bindings"]
@@ -14,7 +14,7 @@ exclude = ["/.github", "/.crates", "/guide"]
1414
[dependencies]
1515
bitflags = "1.2.1"
1616
parking_lot = "0.11.2"
17-
ext-php-rs-derive = { version = "=0.5.2", path = "./crates/macros" }
17+
ext-php-rs-derive = { version = "=0.6.0", path = "./crates/macros" }
1818

1919
[build-dependencies]
2020
bindgen = { version = "0.59" }

crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
44
repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT OR Apache-2.0"
7-
version = "0.5.2"
7+
version = "0.6.0"
88
authors = ["David Cole <[email protected]>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)