We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b924aa commit 0882cf6Copy full SHA for 0882cf6
libduckdb-sys/Cargo.toml
@@ -29,7 +29,7 @@ extensions-full = ["httpfs", "json", "parquet"]
29
[build-dependencies]
30
autocfg = "1.0"
31
bindgen = { version = "0.66", optional = true, default-features = false, features = ["runtime"] }
32
-flate2 = "1.0"
+flate2 = { version = "1.0", optional = true }
33
pkg-config = { version = "0.3.24", optional = true }
34
cc = { version = "1.0", features = ["parallel"], optional = true }
35
vcpkg = { version = "0.2", optional = true }
0 commit comments