We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bindgen
1 parent c683f6f commit d3c489fCopy full SHA for d3c489f
Cargo.toml
@@ -22,7 +22,7 @@ edition = "2021"
22
# All dependency version management is centralized here
23
[workspace.dependencies]
24
annotate-snippets = "0.11.4"
25
-bindgen = { path = "./bindgen", default-features = false }
+bindgen = { version = "0.71.0", path = "./bindgen", default-features = false }
26
bitflags = "2.2.1"
27
block = "0.1"
28
cc = "1.0"
0 commit comments