Skip to content

Commit b14923c

Browse files
committed
dependencies: Update bindgen version
With 0.60, Debug is only derived where that derive is possible w/rt unaligned access to fields of packed structs.
1 parent 651836c commit b14923c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ riot-build = { version = "0.1.0", optional = true }
2424
riot-rs-core = { version = "0.1.0", optional = true }
2525

2626
[build-dependencies]
27-
bindgen = "^0.59.1"
27+
bindgen = "^0.60.1"
2828
shlex = "^1"
2929
serde_json = "1"
3030
serde = { version = "1", features = [ "derive" ] }

0 commit comments

Comments
 (0)