We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed06b commit f59b398Copy full SHA for f59b398
Cargo.toml
@@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
5
homepage = "https://github.com/davidcole1340/ext-php-rs"
6
license = "MIT OR Apache-2.0"
7
keywords = ["php", "ffi", "zend"]
8
-version = "0.10.2"
+version = "0.10.3"
9
authors = ["David Cole <david.cole1340@gmail.com>"]
10
edition = "2018"
11
categories = ["api-bindings"]
@@ -17,7 +17,7 @@ parking_lot = "0.12"
17
cfg-if = "1.0"
18
once_cell = "1.17"
19
anyhow = { version = "1", optional = true }
20
-ext-php-rs-derive = { version = "=0.10.0", path = "./crates/macros" }
+ext-php-rs-derive = { version = "=0.10.1", path = "./crates/macros" }
21
22
[dev-dependencies]
23
skeptic = "0.13"
0 commit comments