diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-12-14 12:27:22 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-12-14 12:27:22 +0100 |
commit | 9ba6d13c4320bd7d225b086957c801811458f2c7 (patch) | |
tree | 9b3bbf2fff95cf96b170420a7346f0775806ca00 | |
parent | a4d9ffbd8530735a87b22b278dc33f32692b228e (diff) |
Version bump.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.44.0" +version = "0.45.0" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cexpr 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -14,7 +14,7 @@ readme = "README.md" repository = "https://github.com/rust-lang/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang.github.io/rust-bindgen/" -version = "0.44.0" +version = "0.45.0" build = "build.rs" include = [ |