From 0d9bcc61cd35be07ba606772b042096e73560371 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:28:32 +0000 Subject: [PATCH] Update Rust crate bindgen to 0.70 --- emulator/mgba-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/mgba-sys/Cargo.toml b/emulator/mgba-sys/Cargo.toml index e5b001e1..4b6fa0f3 100644 --- a/emulator/mgba-sys/Cargo.toml +++ b/emulator/mgba-sys/Cargo.toml @@ -10,6 +10,6 @@ exclude = ["mgba/doc/*", "mgba/res/*", "mgba/cinema/*", "mgba/tools/*"] [build-dependencies] -bindgen = "0.69" +bindgen = "0.70" pkg-config = "0.3" cmake = "0.1"