Skip to content

Commit

Permalink
remove incorrect required feature
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Oct 7, 2024
1 parent 776d0ae commit 0034648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/duckdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ required-features = ["vtab-loadable"]
[[example]]
name = "hello-ext-capi"
crate-type = ["cdylib"]
required-features = ["vtab-loadable", "loadable-extension"]
required-features = ["vtab-loadable"]

0 comments on commit 0034648

Please sign in to comment.