Merge pull request #779 from nuttycom/pin_inferno

Pin the `inferno` transitive dependency to avoid MSRV errors.
This commit is contained in:
Kris Nuttycombe 2023-02-16 11:54:59 -07:00 committed by GitHub
commit 8bf5effb71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"]