mirror of
https://github.com/danog/ext-php-rs.git
synced 2024-11-26 20:15:22 +01:00
Remove default-features=false from bindgen (#36)
This commit is contained in:
parent
a75fcb50d2
commit
e0743b1589
@ -16,6 +16,6 @@ bitflags = "1.2.1"
|
||||
ext-php-rs-derive = { version = "=0.0.5", path = "./ext-php-rs-derive" }
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = { version = ">= 0.57.0, < 0.58.1", default-features = false }
|
||||
bindgen = { version = ">= 0.57.0, < 0.58.1" }
|
||||
regex = "1"
|
||||
cc = "1.0.67"
|
||||
|
Loading…
Reference in New Issue
Block a user