Skip to content

Commit c50f584

Browse files
authored
pkcs5: build with all-features = true on docs.rs (#2303)
Looks like the wrong line got deleted from the config, whoops
1 parent b14b094 commit c50f584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkcs5/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sha1-insecure = ["dep:sha1", "pbes2"]
4747
workspace = true
4848

4949
[package.metadata.docs.rs]
50-
rustdoc-args = ["--cfg", "docsrs"]
50+
all-features = true

0 commit comments

Comments
 (0)