diff options
author | 2024-07-31 16:04:50 +0000 | |
---|---|---|
committer | 2024-07-31 16:15:11 +0000 | |
commit | c109c36da40c98034c0cd0882a286bca3b51be66 (patch) | |
tree | 31350289f94d8592b804e77103286aab4a86dd74 | |
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
-rw-r--r-- | floss/hcidoc/packets/Cargo.toml | 2 | ||||
-rw-r--r-- | system/gd/rust/topshim/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/system/gd/rust/topshim/Cargo.toml b/system/gd/rust/topshim/Cargo.toml index 73a8b37623..bc54e63a70 100644 --- a/system/gd/rust/topshim/Cargo.toml +++ b/system/gd/rust/topshim/Cargo.toml @@ -36,7 +36,7 @@ tokio-stream = "0.1" bitflags ="2.4.0" [build-dependencies] -bindgen = "0.64" +bindgen = "0.69.4" pkg-config = "0.3" [lib] |