mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +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",
|
"--html-in-header", "docs/assets/rustdoc-include-katex-header.html",
|
||||||
"--cfg", "docsrs",
|
"--cfg", "docsrs",
|
||||||
]
|
]
|
||||||
features = ["serde", "rand_core", "digest", "legacy_compatibility"]
|
features = ["serde", "rand_core", "digest", "legacy_compatibility", "group"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sha2 = { version = "0.10", default-features = false }
|
sha2 = { version = "0.10", default-features = false }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue