From dc6307e2baf7eca7c15962687f771bfead4dacae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:55:23 +0000 Subject: [PATCH] chore(deps): update rust crate bindgen to 0.69.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16030de..dc810f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ aotuv_lancer_vorbis_sys = { version = "0.1.4", path = "packages/aotuv_lancer_vor ogg_next_sys = { version = "0.1.3", path = "packages/ogg_next_sys" } cc = "1.0.83" -bindgen = "0.69.2" +bindgen = "0.69.3" [profile.release] # Add debug symbols on release mode to allow debugging upstream code.