Skip to content

Commit d015393

Browse files
authored
Fix docs.rs build for compression-codecs (#365)
Enable all feature and cfg docsrs Signed-off-by: Jiahao XU <[email protected]>
1 parent 5a04534 commit d015393

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/compression-codecs/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ edition.workspace = true
1111
repository.workspace = true
1212
readme = "../../README.md"
1313

14+
[package.metadata.docs.rs]
15+
all-features = true
16+
rustdoc-args = ["--cfg", "docsrs"]
17+
1418
[features]
1519
all-algorithms = [
1620
"brotli",

0 commit comments

Comments
 (0)