Skip to content

Commit 1f94f19

Browse files
authored
remove buildtime_bindgen from bundled feature (#119)
1 parent b3d88a8 commit 1f94f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libduckdb-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "Native bindings to the libduckdb library, C API"
1616

1717
[features]
1818
default = ["vcpkg", "pkg-config"]
19-
bundled = ["cc", "buildtime_bindgen"]
19+
bundled = ["cc"]
2020
buildtime_bindgen = ["bindgen", "pkg-config", "vcpkg"]
2121

2222
[dependencies]

0 commit comments

Comments
 (0)