Add group to documented features (#578)

This commit is contained in:
Luke Parker 2023-09-12 09:41:15 -04:00 committed by GitHub
parent e94a5fe5ab
commit c157a1ed6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ rustdoc-args = [
"--html-in-header", "docs/assets/rustdoc-include-katex-header.html",
"--cfg", "docsrs",
]
features = ["serde", "rand_core", "digest", "legacy_compatibility"]
features = ["serde", "rand_core", "digest", "legacy_compatibility", "group"]
[dev-dependencies]
sha2 = { version = "0.10", default-features = false }