diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-03-10 07:19:15 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-03-13 12:16:55 +0100 |
commit | cd7e095091c4c8526aabd8aa7447bec67ddb95e2 (patch) | |
tree | 91f7e59e1c6a32b27dd4497894acd700908e25f2 | |
parent | b91583f101eca2c80b9424968a0e68fefc3571af (diff) |
Breaking 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.33.2" +version = "0.34.0" dependencies = [ "cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.2 (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.33.2" +version = "0.34.0" build = "build.rs" include = [ |