mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Auto merge of #18850 - emilio:bindgenup, r=jdm
Update bindgen. This includes a clang-sys upgrade that removes crashes in linux32, and nothing else. <!-- 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/18850) <!-- Reviewable:end -->
This commit is contained in:
commit
bc18ef7861
2 changed files with 7 additions and 8 deletions
|
@ -83,7 +83,7 @@ kernel32-sys = "0.2"
|
|||
[build-dependencies]
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
bindgen = { version = "0.29", optional = true }
|
||||
bindgen = { version = "0.29.1", optional = true }
|
||||
regex = {version = "0.2", optional = true}
|
||||
walkdir = "1.0"
|
||||
toml = {version = "0.2.1", optional = true, default-features = false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue