mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-26 20:15:22 +01:00
v0.2.0 bump version
This commit is contained in:
parent
d025311ca6
commit
b1787ebd0a
@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
|
|||||||
homepage = "https://github.com/davidcole1340/ext-php-rs"
|
homepage = "https://github.com/davidcole1340/ext-php-rs"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["php", "ffi", "zend"]
|
keywords = ["php", "ffi", "zend"]
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["David Cole <david.cole1340@gmail.com>"]
|
authors = ["David Cole <david.cole1340@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
categories = ["api-bindings"]
|
categories = ["api-bindings"]
|
||||||
@ -13,7 +13,7 @@ categories = ["api-bindings"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.88"
|
libc = "0.2.88"
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
ext-php-rs-derive = { version = "=0.1.0", path = "./ext-php-rs-derive" }
|
ext-php-rs-derive = { version = "=0.2.0", path = "./ext-php-rs-derive" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = { version = ">= 0.57.0, < 0.58.1" }
|
bindgen = { version = ">= 0.57.0, < 0.58.1" }
|
||||||
|
@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
|
|||||||
repository = "https://github.com/davidcole1340/ext-php-rs"
|
repository = "https://github.com/davidcole1340/ext-php-rs"
|
||||||
homepage = "https://github.com/davidcole1340/ext-php-rs"
|
homepage = "https://github.com/davidcole1340/ext-php-rs"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["David Cole <david.cole1340@gmail.com>"]
|
authors = ["David Cole <david.cole1340@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
@ -18,4 +18,4 @@ quote = "1.0.9"
|
|||||||
proc-macro2 = "1.0.26"
|
proc-macro2 = "1.0.26"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = "1.5"
|
regex = "1.5"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user