diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-28 00:57:06 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-28 01:33:07 +0200 |
commit | 05b1550f0450cea997dc5dff4083aa4b09d01aae (patch) | |
tree | 2be8fd18c1ed458e99761983f7efc4cd4f1a5c5d | |
parent | c27afeca101957c168ef158e1abc02e4bda33637 (diff) |
Major 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.28.0" +version = "0.29.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/rust-lang-nursery/rust-bindgen" documentation = "https://docs.rs/bindgen" -version = "0.28.0" +version = "0.29.0" build = "build.rs" exclude = [ |