From c109c36da40c98034c0cd0882a286bca3b51be66 Mon Sep 17 00:00:00 2001 From: Bob Haarman Date: Wed, 31 Jul 2024 16:04:50 +0000 Subject: Update bindgen version to 0.69.4 We currently depend on bindgen-0.64, which does not work correctly with newer LLVM versions. This change updates the requested version to 0.69.4 - the latest available version. Bug: 355051880 Test: mmm packages/modules/Bluetooth Change-Id: I24403c083363b0a4d237ff6261743b2ba281a897 --- floss/hcidoc/packets/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floss') diff --git a/floss/hcidoc/packets/Cargo.toml b/floss/hcidoc/packets/Cargo.toml index 6792c71aeb..cd633bb88c 100644 --- a/floss/hcidoc/packets/Cargo.toml +++ b/floss/hcidoc/packets/Cargo.toml @@ -26,7 +26,7 @@ edition = "2018" build = "build.rs" [dependencies] -bindgen = "0.64" +bindgen = "0.69.4" bytes = "1.0" num-derive = "0.3" num-traits = "0.2" -- cgit v1.2.3-59-g8ed1b