diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-06-14 09:18:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 09:18:59 -0700 |
commit | 78896f9d1a62a986665e5eb0f2b55ffae79eb986 (patch) | |
tree | f9fa8729b770503d8086a42e206d0828e9ebe769 | |
parent | 62f186629419fc234c5a815490d3bb800f935c69 (diff) | |
parent | 851c571d8bb2de4677b72960e216809777e17739 (diff) |
Auto merge of #746 - emilio:bump-version, r=fitzgen
Bump version number.
-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.25.3" +version = "0.25.4" 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.25.3" +version = "0.25.4" build = "build.rs" exclude = [ |