summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-05-20 15:24:22 -0500
committerGitHub <noreply@github.com>2017-05-20 15:24:22 -0500
commit9bb794bb3305ae2355e1945b3abe3d0d8064a428 (patch)
treedca1ec80fcb154249a0533c84ad75d7e1802bd48
parentea9a9322053b4bfef91206e33a67cf96e2831930 (diff)
parente7978c51e1bd82a54281d5a6be654f1ded9dd626 (diff)
Auto merge of #709 - emilio:fix-stylo-openbsd, r=fitzgenv0.25.1
Minor version bump to peek up clang-sys updates in stylo. This should fix https://bugzilla.mozilla.org/show_bug.cgi?id=1365488 There aren't any breaking changes since 0.25, only new features and fixes for libclang >3.9
-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 75675b0e..fa7aef91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "bindgen"
-version = "0.25.0"
+version = "0.25.1"
dependencies = [
"aster 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 063089ce..8d477662 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ name = "bindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
documentation = "https://docs.rs/bindgen"
-version = "0.25.0"
+version = "0.25.1"
build = "build.rs"
exclude = [