Skip to content

Commit

Permalink
zephyr-sys: Bump to newer bindgen
Browse files Browse the repository at this point in the history
This fixes a weird issue with bindgen missing the `__device_dts_ord_nn`
declarations in some circumstances.  It is unclear when this was
occuring, and hopefully it doesn't return at some point.

Signed-off-by: David Brown <[email protected]>
  • Loading branch information
d3zd3z committed Nov 14, 2024
1 parent 7533a08 commit 1b1688e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Zephyr low-level API bindings.
# used by the core Zephyr tree, but are needed by zephyr applications.
[build-dependencies]
anyhow = "1.0"
bindgen = { version = "0.69.4", features = ["experimental"] }
bindgen = { version = "0.70.1", features = ["experimental"] }
# zephyr-build = { version = "3.7.0", path = "../zephyr-build" }

0 comments on commit 1b1688e

Please sign in to comment.