mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
Auto merge of #23197 - jdm:bindgen, r=paulrouget
Update bindgen and crates that depend on it. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23197) <!-- Reviewable:end -->
This commit is contained in:
commit
a16110682b
2 changed files with 23 additions and 16 deletions
|
@ -79,7 +79,7 @@ void = "1.0.2"
|
|||
[build-dependencies]
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
bindgen = { version = "0.46", optional = true, default-features = false }
|
||||
bindgen = { version = "0.49", optional = true, default-features = false }
|
||||
regex = {version = "1.0", optional = true}
|
||||
walkdir = "2.1.4"
|
||||
toml = {version = "0.4.5", optional = true, default-features = false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue