diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-04 14:34:15 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-07-04 14:34:15 +0200 |
commit | 1bf0b8a40bbca6ffdfb1cdd116a3f3fa0cdc8f10 (patch) | |
tree | 8666191a871730d314c8d579669c772803a2c852 | |
parent | d0df1b970096eec60f68c3b1e3562191ccdf2c8b (diff) |
Minor version bump to grab clang-sys 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.2" +version = "0.26.3" 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.2" +version = "0.26.3" build = "build.rs" exclude = [ |