Skip to content

Commit bf9f43a

Browse files
authored
upgrade bindgen to fix binding ident glib error
1 parent 5278404 commit bf9f43a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chafa-sys/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ description = "Chafa bindings generated by bindgen"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[build-dependencies]
10-
bindgen = "= 0.58.0" # highest which version that avoids home version ^0.5.0, which requires rustc ^1.70.0
10+
bindgen = "= 0.65.1"
11+
# upgrade bindgen to avoid identifier parsing bug:
12+
# https://stackoverflow.com/a/76443281
13+
#
14+
# even tho this upgraded bindgen requires rustc 1.70.1+
15+
# im using rustc 1.80.1 now, so it's ok
1116
pkg-config = "= 0.3"
1217
cc = "= 1.0.79"

0 commit comments

Comments
 (0)