diff options
author | 2024-07-31 16:04:50 +0000 | |
---|---|---|
committer | 2024-07-31 16:15:11 +0000 | |
commit | c109c36da40c98034c0cd0882a286bca3b51be66 (patch) | |
tree | 31350289f94d8592b804e77103286aab4a86dd74 /floss | |
parent | e504aa2b6979475fc4a3736e225b759438d83d49 (diff) |
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
Diffstat (limited to 'floss')
-rw-r--r-- | floss/hcidoc/packets/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |