summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2017-03-05 18:17:09 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2017-03-05 23:46:46 +0100
commit7463229c6c337a34413f858aa26120d4ab9c4385 (patch)
treeceff00968e9475c9d7a55f219f700a309b9cc4bd
parent6320ed2514d93fdbbd429a6d67ee9e8bfdfcb297 (diff)
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"]