Skip to content

Commit c45771a

Browse files
committed
Use at least bindgen 0.69.2 to fix -Zminimal-versions build failure
rust-lang/rust-bindgen#2714
1 parent a1bf5e7 commit c45771a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ anyhow = "1.0.79"
1616
libloading = "0.8"
1717

1818
[build-dependencies]
19-
bindgen = "0.69.1"
19+
bindgen = "0.69.2"

0 commit comments

Comments
 (0)