Skip to content

Commit be92007

Browse files
committed
zephyr-bindgen: update to latest bindgen compatible with Rust 1.70
0.70 requires a feature from Rust 1.77. error[E0433]: failed to resolve: could not find `offset_of` in `mem`
1 parent 4df3624 commit be92007

File tree

2 files changed

+79
-17
lines changed

2 files changed

+79
-17
lines changed

zephyr-bindgen/Cargo.lock

+78-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zephyr-bindgen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ homepage = "https://github.com/tylerwhall/zephyr-rust"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
bindgen = "0.61.0"
14+
bindgen = "0.69"

0 commit comments

Comments
 (0)