Skip to content

Commit

Permalink
remove buildtime_bindgen from bundled feature (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa authored Feb 9, 2023
1 parent b3d88a8 commit 1f94f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libduckdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "Native bindings to the libduckdb library, C API"

[features]
default = ["vcpkg", "pkg-config"]
bundled = ["cc", "buildtime_bindgen"]
bundled = ["cc"]
buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]

[dependencies]
Expand Down

0 comments on commit 1f94f19

Please sign in to comment.