diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-10-31 17:47:48 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2017-10-31 18:56:16 +0100 |
commit | 15543884260e97467a270f973960d0b60c6021da (patch) | |
tree | 730b9b6e4d394f1f64ff4472f28d554f1c58c57c | |
parent | 9c7f101774fb27e5c13607646c622ff2946f22e1 (diff) |
Bugfix 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.2" +version = "0.31.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.31.2" +version = "0.31.3" build = "build.rs" include = [ |