diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-01-26 21:11:21 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-01-26 23:05:53 +0100 |
commit | b16e09ce556137b9b76fa229b1c804afbc88fd99 (patch) | |
tree | 9744ec46f8b82f187416bea13c98bea3276c771c | |
parent | 2dc46ac96e4c6721b0aa5248ba49e06307fc7cf4 (diff) |
Minor version bump.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.32.2" +version = "0.32.3" dependencies = [ "cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -13,7 +13,7 @@ name = "bindgen" readme = "README.md" repository = "https://github.com/rust-lang-nursery/rust-bindgen" documentation = "https://docs.rs/bindgen" -version = "0.32.2" +version = "0.32.3" build = "build.rs" include = [ |