diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-06-20 23:10:20 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-06-20 23:10:29 +0200 |
commit | 30dc9daa7addb26ff127b3c6a368bdb7ebdc680a (patch) | |
tree | 0b4783bfdcdb734a1c110837d442d6d3ec4f5db3 | |
parent | 9cd4d6f5b97cb79d6daeef0ef9035d9eb617952e (diff) |
Minor 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.0" +version = "0.26.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.26.0" +version = "0.26.1" build = "build.rs" exclude = [ |