deny.toml: skip orchard and equihash instead of zcash_primitives (#3044)
Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
parent
85b016756d
commit
02526c3339
|
@ -41,7 +41,10 @@ skip-tree = [
|
||||||
{ name = "fpe", version = "=0.4.0" },
|
{ name = "fpe", version = "=0.4.0" },
|
||||||
|
|
||||||
# ticket #2982: librustzcash and orchard git versions
|
# ticket #2982: librustzcash and orchard git versions
|
||||||
{ name = "zcash_primitives", version = "=0.5.0" },
|
# Note that the equihash duplication is probably because `zcash_primitives`
|
||||||
|
# (which imports it with a path import) is being imported as a git dependency.
|
||||||
|
{ name = "equihash", version = "=0.1.0" },
|
||||||
|
{ name = "orchard", version = "=0.0.0" },
|
||||||
|
|
||||||
# ticket #2983: criterion dependencies
|
# ticket #2983: criterion dependencies
|
||||||
{ name = "criterion", version = "=0.3.4" },
|
{ name = "criterion", version = "=0.3.4" },
|
||||||
|
|
Loading…
Reference in New Issue