diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-01-29 15:39:22 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2019-01-29 15:39:22 +0100 |
commit | 02c0161ceaac4b469374d9e4658bbfd8239cfd71 (patch) | |
tree | f47b7ec5a2b546d6523c13c2156199e9ed072cd0 | |
parent | 8a5bfb9cdfbb1f4b1aefbf32d786c8eb5cedcd78 (diff) |
Version bump.
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.47.0" +version = "0.47.1" dependencies = [ "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "cexpr 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -14,7 +14,7 @@ readme = "README.md" repository = "https://github.com/rust-lang/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang.github.io/rust-bindgen/" -version = "0.47.0" +version = "0.47.1" build = "build.rs" include = [ |