Skip to content

Commit 1b1688e

Browse files
committed
zephyr-sys: Bump to newer bindgen
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]>
1 parent 7533a08 commit 1b1688e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Zephyr low-level API bindings.
1414
# used by the core Zephyr tree, but are needed by zephyr applications.
1515
[build-dependencies]
1616
anyhow = "1.0"
17-
bindgen = { version = "0.69.4", features = ["experimental"] }
17+
bindgen = { version = "0.70.1", features = ["experimental"] }
1818
# zephyr-build = { version = "3.7.0", path = "../zephyr-build" }

0 commit comments

Comments
 (0)