We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5278404 commit bf9f43aCopy full SHA for bf9f43a
chafa-sys/Cargo.toml
@@ -7,6 +7,11 @@ description = "Chafa bindings generated by bindgen"
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[build-dependencies]
10
-bindgen = "= 0.58.0" # highest which version that avoids home version ^0.5.0, which requires rustc ^1.70.0
+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
16
pkg-config = "= 0.3"
17
cc = "= 1.0.79"
0 commit comments