Skip to content

Commit

Permalink
Add group to documented features (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve authored Sep 12, 2023
1 parent e94a5fe commit c157a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit c157a1e

Please sign in to comment.