Skip to content

Commit 0882cf6

Browse files
authored
Update Cargo.toml
1 parent 1b924aa commit 0882cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libduckdb-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extensions-full = ["httpfs", "json", "parquet"]
2929
[build-dependencies]
3030
autocfg = "1.0"
3131
bindgen = { version = "0.66", optional = true, default-features = false, features = ["runtime"] }
32-
flate2 = "1.0"
32+
flate2 = { version = "1.0", optional = true }
3333
pkg-config = { version = "0.3.24", optional = true }
3434
cc = { version = "1.0", features = ["parallel"], optional = true }
3535
vcpkg = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)