Skip to content

Commit 84cc97e

Browse files
authored
Publish docs for more features (#524)
This fixes the fact that https://docs.rs/duckdb/latest/duckdb/ doesn't include documentation for `register_scalar_function`, among other things. (Normally, we could simply set `all-features = true`, but that might not work well with `bundled`)
2 parents 533b30e + 7925618 commit 84cc97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/duckdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tempfile = { workspace = true }
6969
uuid = { workspace = true, features = ["v4"] }
7070

7171
[package.metadata.docs.rs]
72-
features = ["vtab", "vtab-arrow"]
72+
features = ["vtab-full", "modern-full", "vscalar", "vscalar-arrow"]
7373
all-features = false
7474
no-default-features = true
7575
default-target = "x86_64-unknown-linux-gnu"

0 commit comments

Comments
 (0)