diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-10-30 05:56:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 05:56:46 -0500 |
commit | 33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd (patch) | |
tree | 910b521e1359d2771a28209fc5cbcf3a5a83e996 | |
parent | 842ba8b6b2e3d28b113887d41eaf4918a26c2e7f (diff) | |
parent | 92d7bb3f86ccf7a7a4804e2238dad66b4f04f7b1 (diff) |
Auto merge of #1126 - emilio:b, r=pepyakin
Minor version bump.
Again, just fixes, and I got FF to build with #1124.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.31.1" +version = "0.31.2" dependencies = [ "cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -13,7 +13,7 @@ name = "bindgen" readme = "README.md" repository = "https://github.com/rust-lang-nursery/rust-bindgen" documentation = "https://docs.rs/bindgen" -version = "0.31.1" +version = "0.31.2" build = "build.rs" include = [ |