mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Add group to documented features (#578)
This commit is contained in:
parent
e94a5fe5ab
commit
c157a1ed6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue