Skip to content

Commit

Permalink
fix incorrect feature name here
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Oct 7, 2024
1 parent a52d673 commit 776d0ae
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", "loadable-extension"]

0 comments on commit 776d0ae

Please sign in to comment.