Pin pprof version

This commit is contained in:
Kris Nuttycombe 2022-01-04 10:22:38 -07:00
parent 6065c07003
commit e3c67ffee6
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ rand_xorshift = "0.3"
orchard = { version = "=0.1.0-beta.1", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.6", features = ["criterion", "flamegraph"] }
pprof = { version = "=0.6.1", features = ["criterion", "flamegraph"] }
[features]
transparent-inputs = ["ripemd160", "secp256k1"]