From f793ea4f01173bae8a03edc2707819dbdd93b519 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:22:02 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.69 --- emulator/Cargo.lock | 4 ++-- emulator/mgba-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emulator/Cargo.lock b/emulator/Cargo.lock index 934ce82f..3fedad85 100644 --- a/emulator/Cargo.lock +++ b/emulator/Cargo.lock @@ -88,9 +88,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bindgen" -version = "0.68.1" +version = "0.69.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" +checksum = "042e2e131c066e496ea7880ef6cfeec415a9adc79fc882a65979394f8840bf7c" dependencies = [ "bitflags 2.4.1", "cexpr", diff --git a/emulator/mgba-sys/Cargo.toml b/emulator/mgba-sys/Cargo.toml index 7a5bfb2e..0a66cda3 100644 --- a/emulator/mgba-sys/Cargo.toml +++ b/emulator/mgba-sys/Cargo.toml @@ -15,6 +15,6 @@ exclude = [ [build-dependencies] -bindgen = "0.68" +bindgen = "0.69" pkg-config = "0.3.27" cmake = "0.1" \ No newline at end of file