Pin the `inferno` transitive dependency to avoid MSRV errors.

This commit is contained in:
Kris Nuttycombe 2023-02-16 11:06:24 -07:00
parent d456697fa6
commit 9c56b21de7
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ orchard = { version = "0.3", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
inferno = ">=0.11, <0.11.5" # MSRV 1.59
[features]
transparent-inputs = ["hdwallet", "ripemd", "secp256k1"]

View File

@ -44,6 +44,7 @@ rand_xorshift = "0.3"
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56
inferno = ">=0.11, <0.11.5" # MSRV 1.59
[features]
default = ["local-prover", "multicore"]