File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
5
5
homepage = " https://github.com/davidcole1340/ext-php-rs"
6
6
license = " MIT OR Apache-2.0"
7
7
keywords = [" php" , " ffi" , " zend" ]
8
- version = " 0.10.2 "
8
+ version = " 0.10.3 "
9
9
authors = [" David Cole <david.cole1340@gmail.com>" ]
10
10
edition = " 2018"
11
11
categories = [" api-bindings" ]
@@ -17,7 +17,7 @@ parking_lot = "0.12"
17
17
cfg-if = " 1.0"
18
18
once_cell = " 1.17"
19
19
anyhow = { version = " 1" , optional = true }
20
- ext-php-rs-derive = { version = " =0.10.0 " , path = " ./crates/macros" }
20
+ ext-php-rs-derive = { version = " =0.10.1 " , path = " ./crates/macros" }
21
21
22
22
[dev-dependencies ]
23
23
skeptic = " 0.13"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/davidcole1340/ext-php-rs"
5
5
homepage = " https://github.com/davidcole1340/ext-php-rs"
6
6
license = " MIT OR Apache-2.0"
7
7
keywords = [" php" , " ffi" , " zend" ]
8
- version = " 0.1.8 "
8
+ version = " 0.1.9 "
9
9
authors = [" David Cole <david.cole1340@gmail.com>" ]
10
10
edition = " 2018"
11
11
categories = [" api-bindings" , " command-line-interface" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description = "Derive macros for ext-php-rs."
4
4
repository = " https://github.com/davidcole1340/ext-php-rs"
5
5
homepage = " https://github.com/davidcole1340/ext-php-rs"
6
6
license = " MIT OR Apache-2.0"
7
- version = " 0.10.0 "
7
+ version = " 0.10.1 "
8
8
authors = [" David Cole <david.cole1340@gmail.com>" ]
9
9
edition = " 2018"
10
10
You can’t perform that action at this time.
0 commit comments