v0.3.0 bump version

This commit is contained in:
David Cole 2021-08-26 20:47:46 +12:00
parent 1193cc0537
commit 6abe209525
2 changed files with 3 additions and 3 deletions

View File

@ -5,14 +5,14 @@ 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.2.0"
version = "0.3.0"
authors = ["David Cole <david.cole1340@gmail.com>"]
edition = "2018"
categories = ["api-bindings"]
[dependencies]
bitflags = "1.2.1"
ext-php-rs-derive = { version = "=0.2.0", path = "./ext-php-rs-derive" }
ext-php-rs-derive = { version = "=0.3.0", path = "./ext-php-rs-derive" }
[build-dependencies]
bindgen = { version = ">= 0.57.0, < 0.58.1" }

View File

@ -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.2.0"
version = "0.3.0"
authors = ["David Cole <david.cole1340@gmail.com>"]
edition = "2018"