diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-09 03:49:23 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-10 23:16:59 +0200 |
commit | 96304f90a4ce8c93f6ae39ee249fd72ab34bcfa4 (patch) | |
tree | cccdcb91e9475f681db310860f5784373d9ca93d | |
parent | 3738f9759879428ec0e87f8716585a78bc964968 (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.26.3" +version = "0.27.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.26.3" +version = "0.27.0" build = "build.rs" exclude = [ |