Skip to content

Commit d996ac3

Browse files
committed
Fix docs.rs metadata
1 parent fb46d53 commit d996ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ no-dev-version = true
5353
tag-name = "{{version}}"
5454

5555
[package.metadata.docs.rs]
56-
all-features = ["arbitrary", "quickcheck", "serde", "rayon"]
56+
features = ["arbitrary", "quickcheck", "serde", "rayon"]
5757
rustdoc-args = ["--cfg", "docsrs"]
5858

5959
[workspace]

0 commit comments

Comments
 (0)