Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c109c36d authored by Bob Haarman's avatar Bob Haarman
Browse files

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
parent e504aa2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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]