diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-09-04 14:26:25 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-09-04 14:26:25 +0200 |
commit | 2319708814878e7b102b5223fa762e0f464a3f96 (patch) | |
tree | e393ffaf062cc1c62becfe0053aeb37e62fa58d9 | |
parent | b0081490cc6671055bf9592a1027cca9ad1b5ef7 (diff) |
Bump version.
-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.39.0" +version = "0.40.0" dependencies = [ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "cexpr 0.2.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.39.0" +version = "0.40.0" build = "build.rs" include = [ |