Skip to content

Commit f1a63c3

Browse files
committed
Release 0.0.4
1 parent 5f89a5f commit f1a63c3

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,15 +5,15 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
55
homepage = "https://github.com/davidcole1340/ext-php-rs"
66
license = "MIT"
77
keywords = ["php", "ffi", "zend"]
8-
version = "0.0.3"
8+
version = "0.0.4"
99
authors = ["David Cole <[email protected]>"]
1010
edition = "2018"
1111
categories = ["api-bindings"]
1212

1313
[dependencies]
1414
libc = "0.2.88"
1515
bitflags = "1.2.1"
16-
ext-php-rs-derive = { version = "=0.0.3", path = "./ext-php-rs-derive" }
16+
ext-php-rs-derive = { version = "=0.0.4", path = "./ext-php-rs-derive" }
1717

1818
[build-dependencies]
1919
bindgen = { version = ">= 0.57.0, < 0.58.1", default-features = false }

ext-php-rs-derive/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"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
authors = ["David Cole <[email protected]>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)