From b2a94725cf1288e72d2eda19cd4c121d69ba171f Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Tue, 31 Jan 2023 09:52:09 +0000 Subject: [PATCH] Revise to 0.62.1. --- Cargo.lock | 2 +- bindgen/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c2aeaab30..d919fb5209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "autocxx-bindgen" -version = "0.62.0" +version = "0.62.1" dependencies = [ "bitflags", "cexpr", diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml index 16f972d15f..a96aa13760 100644 --- a/bindgen/Cargo.toml +++ b/bindgen/Cargo.toml @@ -15,7 +15,7 @@ readme = "../README.md" repository = "https://github.com/adetaylor/rust-bindgen" documentation = "https://docs.rs/bindgen" homepage = "https://rust-lang.github.io/rust-bindgen/" -version = "0.62.0" +version = "0.62.1" edition = "2018" build = "build.rs" # If you change this, also update README.md and msrv in .github/workflows/bindgen.yml