Skip to content

Commit

Permalink
dep: Update bindgen to 0.69
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Sep 16, 2024
1 parent 0b53c15 commit 223b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ riot-build = { version = "< 0.2.0", optional = true }
riot-rs-core = { version = "< 0.2.0", optional = true }

[build-dependencies]
bindgen = "^0.64"
bindgen = "^0.69.4" # starting 0.70, there is something that goes wrong around calculating native's max_align_t
shlex = "^1.3"
serde_json = "1"
serde = { version = "1", features = [ "derive" ] }
Expand Down

0 comments on commit 223b359

Please sign in to comment.