-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bumped versions - Updated changelog - Updated docs.rs bindings - Updated documentation about rename methods
- Loading branch information
1 parent
afdac8e
commit 1e41b50
Showing
5 changed files
with
108 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,20 @@ 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.4.0" | ||
version = "0.5.0" | ||
authors = ["David Cole <[email protected]>"] | ||
edition = "2018" | ||
categories = ["api-bindings"] | ||
|
||
[dependencies] | ||
bitflags = "1.2.1" | ||
parking_lot = "0.11.2" | ||
ext-php-rs-derive = { version = "=0.4.0", path = "./ext-php-rs-derive" } | ||
ext-php-rs-derive = { version = "=0.5.0", path = "./ext-php-rs-derive" } | ||
|
||
[build-dependencies] | ||
bindgen = { version = ">= 0.57.0, < 0.58.1" } | ||
bindgen = { version = "0.59" } | ||
regex = "1" | ||
cc = "1.0.67" | ||
cc = "1.0" | ||
|
||
[features] | ||
alloc = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.4.0" | ||
version = "0.5.0" | ||
authors = ["David Cole <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters