From 89032649044d875983a851fff6fbde2d4e2ceaeb Mon Sep 17 00:00:00 2001 From: Emilio Cobos Álvarez Date: Fri, 26 Nov 2021 02:50:32 +0100 Subject: Bump version. * cexpr+env_logger bump. * Various fixes for C++ crashes / hangs. * Enums now respect annotations and derives properly in more cases. * Some more APIs (blocklist-file, etc). * 'static lifetime is elided when appropriate. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 400fb112..d79a408e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.59.1" +version = "0.59.2" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index 26fd6cb9..ba41a22d 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.59.1" +version = "0.59.2" edition = "2018" build = "build.rs" -- cgit v1.2.3