From 9ba6d13c4320bd7d225b086957c801811458f2c7 Mon Sep 17 00:00:00 2001 From: Emilio Cobos Álvarez Date: Fri, 14 Dec 2018 12:27:22 +0100 Subject: Version bump. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ded2f0b6..624c8b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.44.0" +version = "0.45.0" 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)", diff --git a/Cargo.toml b/Cargo.toml index f1bafdbe..2a3a4fd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.44.0" +version = "0.45.0" build = "build.rs" include = [ -- cgit v1.2.3