summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-03-05 22:03:35 -0800
committerGitHub <noreply@github.com>2017-03-05 22:03:35 -0800
commit4dde8f876dec0efd1f3bf2b0b594a57ef6ac774a (patch)
treeceff00968e9475c9d7a55f219f700a309b9cc4bd
parent6320ed2514d93fdbbd429a6d67ee9e8bfdfcb297 (diff)
parent7463229c6c337a34413f858aa26120d4ab9c4385 (diff)
Auto merge of #560 - emilio:bump, r=noxv0.22.1
Bump to v0.22.1 There've been no breaking changes in v0.22.0..HEAD, only a bunch of bugfixes.
-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 089e0f24..70c29b75 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "bindgen"
-version = "0.22.0"
+version = "0.22.1"
dependencies = [
"aster 0.38.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 a9521be5..d0e5011a 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.22.0"
+version = "0.22.1"
build = "build.rs"
exclude = ["tests/headers", "tests/expectations", "bindgen-integration", "ci"]