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 40496b7 commit eb32d26Copy full SHA for eb32d26
Cargo.toml
@@ -38,6 +38,6 @@ static = [] # Don't dynamically link to other libraries
38
39
[build-dependencies]
40
fs-utils = "1.1"
41
-bindgen = { version = "0.69.4", default-features = false, features = ["runtime"], optional = true }
+bindgen = { version = ">=0.69,<0.72", default-features = false, features = ["runtime"], optional = true }
42
cc = { version = "1.0", features = ["parallel"] }
43
glob = "0.3.0"
0 commit comments