diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-05-08 23:01:19 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-05-08 23:01:19 +0200 |
commit | b40f9f06dc543afaaba0fee60fb5c4feb2f3ecf0 (patch) | |
tree | 3cb767e01cf8644a4b58b944b47c2a6eff79daf6 | |
parent | 912f4a6a11573ee08b5e83f9aa6c060ca0bec413 (diff) |
Bump version.
-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.24.0" +version = "0.24.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)", @@ -13,7 +13,7 @@ name = "bindgen" readme = "README.md" repository = "https://github.com/servo/rust-bindgen" documentation = "https://docs.rs/bindgen" -version = "0.24.0" +version = "0.24.1" build = "build.rs" exclude = [ |