diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-05-03 21:59:38 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-05-03 22:14:03 +0200 |
commit | 705f16a3149a8b2a026c98162b208ad2dee1beaa (patch) | |
tree | eaa20086567b001178e63f03b45a4a3b5bde9bb8 | |
parent | 8e9b3884961802a8c5c102ecfff06419e9695199 (diff) |
Breaking version bump.
-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.23.1" +version = "0.24.0" 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.23.1" +version = "0.24.0" build = "build.rs" exclude = [ |