summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-10-30 05:56:46 -0500
committerGitHub <noreply@github.com>2017-10-30 05:56:46 -0500
commit33c6f261db8fd6ca752a1ed0ba1a8cf6ef3158cd (patch)
tree910b521e1359d2771a28209fc5cbcf3a5a83e996
parent842ba8b6b2e3d28b113887d41eaf4918a26c2e7f (diff)
parent92d7bb3f86ccf7a7a4804e2238dad66b4f04f7b1 (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.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 649daedb..e2e2284a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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)",
diff --git a/Cargo.toml b/Cargo.toml
index d6505f82..b6ed1b8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = [