Skip to content

Commit

Permalink
Auto merge of #22574 - Eijebong:bindgen, r=KiChjang
Browse files Browse the repository at this point in the history
Update bindgen to 0.46

<!-- 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/22574)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Dec 29, 2018
2 parents 00c0341 + c3df9b5 commit 40f1e18
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
25 changes: 18 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -76,7 +76,7 @@ void = "1.0.2"
[build-dependencies]
lazy_static = "1"
log = "0.4"
bindgen = { version = "0.44", optional = true, default-features = false }
bindgen = { version = "0.46", 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}

0 comments on commit 40f1e18

Please sign in to comment.