Skip to content

Commit e0743b1

Browse files
Remove default-features=false from bindgen (#36)
1 parent a75fcb5 commit e0743b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ bitflags = "1.2.1"
1616
ext-php-rs-derive = { version = "=0.0.5", path = "./ext-php-rs-derive" }
1717

1818
[build-dependencies]
19-
bindgen = { version = ">= 0.57.0, < 0.58.1", default-features = false }
19+
bindgen = { version = ">= 0.57.0, < 0.58.1" }
2020
regex = "1"
2121
cc = "1.0.67"

0 commit comments

Comments
 (0)