Remove `orchard` feature flag from docs.rs builds while not public
This commit is contained in:
parent
a63cf37c7b
commit
075a155a29
|
@ -21,7 +21,16 @@ exclude = ["*.proto"]
|
|||
development = ["zcash_proofs"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
# Manually specify features while `orchard` is not in the public API.
|
||||
#all-features = true
|
||||
features = [
|
||||
"lightwalletd-tonic",
|
||||
"transparent-inputs",
|
||||
"test-dependencies",
|
||||
"unstable",
|
||||
"unstable-serialization",
|
||||
"unstable-spanning-tree",
|
||||
]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -15,7 +15,14 @@ rust-version.workspace = true
|
|||
categories.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
# Manually specify features while `orchard` is not in the public API.
|
||||
#all-features = true
|
||||
features = [
|
||||
"multicore",
|
||||
"test-dependencies",
|
||||
"transparent-inputs",
|
||||
"unstable",
|
||||
]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in New Issue