diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-03-05 18:17:09 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-03-05 23:46:46 +0100 |
commit | 7463229c6c337a34413f858aa26120d4ab9c4385 (patch) | |
tree | ceff00968e9475c9d7a55f219f700a309b9cc4bd | |
parent | 6320ed2514d93fdbbd429a6d67ee9e8bfdfcb297 (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.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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)", @@ -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"] |