Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin committed Jun 19, 2023
1 parent 1b924aa commit 0882cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libduckdb-sys/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ extensions-full = ["httpfs", "json", "parquet"]
[build-dependencies]
autocfg = "1.0"
bindgen = { version = "0.66", optional = true, default-features = false, features = ["runtime"] }
flate2 = "1.0"
flate2 = { version = "1.0", optional = true }
pkg-config = { version = "0.3.24", optional = true }
cc = { version = "1.0", features = ["parallel"], optional = true }
vcpkg = { version = "0.2", optional = true }
Expand Down

0 comments on commit 0882cf6

Please sign in to comment.