Skip to content

Commit f594f39

Browse files
authored
duckdb/Cargo.toml: teach docs.rs about vtab (#445)
1 parent 904d7fa commit f594f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/duckdb/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pretty_assertions = { workspace = true }
8585

8686

8787
[package.metadata.docs.rs]
88-
features = []
88+
features = ["vtab", "vtab-arrow"]
8989
all-features = false
9090
no-default-features = true
9191
default-target = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)