diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-06-15 11:34:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-15 11:34:12 -0700 |
commit | d903bd883ee064b295944af28a76a6223f2bc56d (patch) | |
tree | bf2bc5b2682194ef79a8d5a3b8ad9608e91f0668 /components | |
parent | 6ec95ecb9f5159eafa8d3051c259d566d518f29d (diff) | |
parent | 33466fe9145ffc1c8837aad169d3fef0932e900d (diff) | |
download | servo-d903bd883ee064b295944af28a76a6223f2bc56d.tar.gz servo-d903bd883ee064b295944af28a76a6223f2bc56d.zip |
Auto merge of #17341 - emilio:bup, r=bholley
style: Bindgen bump.
To grab https://github.com/servo/rust-bindgen/pull/752.
<!-- 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/17341)
<!-- Reviewable:end -->
Diffstat (limited to 'components')
-rw-r--r-- | components/style/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index c3670d90ab0..4592cd9ba7f 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -78,7 +78,7 @@ kernel32-sys = "0.2" [build-dependencies] lazy_static = "0.2" log = "0.3" -bindgen = { version = "0.25.4", optional = true } +bindgen = { version = "0.25.5", optional = true } regex = {version = "0.2", optional = true} walkdir = "1.0" toml = {version = "0.2.1", optional = true, default-features = false} |