diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-10-30 11:49:29 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-10-30 11:50:49 +0100 |
commit | 92d7bb3f86ccf7a7a4804e2238dad66b4f04f7b1 (patch) | |
tree | c47f114953b389fda81b25ffe11cbe0f251c9e1c | |
parent | 8d045d2f20f004bcc813bcf6aa68b170b6aa9c77 (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.31.1" +version = "0.31.2" 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.31.1" +version = "0.31.2" build = "build.rs" include = [ |