diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-11 17:17:35 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-11 17:17:48 +0200 |
commit | b8cd8a161c317f300c5d56b3f0c10d8d1554efb2 (patch) | |
tree | 41b61890c3c11da7f0fb015114d911080c98a144 | |
parent | e0a052a3b181edd83894e0ade15de47e4b1e9b85 (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.42.1" +version = "0.42.2" 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.42.1" +version = "0.42.2" build = "build.rs" include = [ |