Bump to v0.22.1

There've been no breaking changes in v0.22.0..HEAD, only a bunch of bugfixes.
This commit is contained in:
Emilio Cobos Álvarez 2017-03-05 18:17:09 +01:00
parent 6320ed2514
commit 7463229c6c
No known key found for this signature in database
GPG Key ID: 056B727BB9C1027C
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"]