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 1fa680c commit 8f04b17Copy full SHA for 8f04b17
libduckdb-sys/Cargo.toml
@@ -22,7 +22,7 @@ buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
22
[dependencies]
23
24
[build-dependencies]
25
-bindgen = { version = "0.62", optional = true, default-features = false, features = ["runtime"] }
+bindgen = { version = "0.63", optional = true, default-features = false, features = ["runtime"] }
26
pkg-config = { version = "0.3.24", optional = true }
27
cc = { version = "1.0", features = ["parallel"], optional = true }
28
vcpkg = { version = "0.2", optional = true }
0 commit comments