Skip to content

Commit 6abe209

Browse files
committed
v0.3.0 bump version
1 parent 1193cc0 commit 6abe209

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,14 +5,14 @@ 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.2.0"
8+
version = "0.3.0"
99
authors = ["David Cole <[email protected]>"]
1010
edition = "2018"
1111
categories = ["api-bindings"]
1212

1313
[dependencies]
1414
bitflags = "1.2.1"
15-
ext-php-rs-derive = { version = "=0.2.0", path = "./ext-php-rs-derive" }
15+
ext-php-rs-derive = { version = "=0.3.0", path = "./ext-php-rs-derive" }
1616

1717
[build-dependencies]
1818
bindgen = { version = ">= 0.57.0, < 0.58.1" }

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 OR Apache-2.0"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
authors = ["David Cole <[email protected]>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)