diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-04 16:17:07 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-04 16:17:07 +0200 |
commit | 66ba296a1e41ae7c6334d0d0d9366184948fd359 (patch) | |
tree | 4108eb952daacff39051caabcf7aee6ca676df1b | |
parent | e8a1c093ad2132a7e15214408fee02890969da42 (diff) |
Version bump.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.41.0" +version = "0.42.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cexpr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -14,7 +14,7 @@ readme = "README.md" repository = "https://github.com/rust-lang-nursery/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang-nursery.github.io/rust-bindgen/" -version = "0.41.0" +version = "0.42.0" build = "build.rs" include = [ |