pprof 0.9

This commit is contained in:
Jack Grigg 2022-06-24 16:27:06 +00:00
parent 18fb1f0b07
commit 59b20c6e31
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ rand_xorshift = "0.3"
orchard = { version = "0.2", features = ["test-dependencies"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56
[features]
transparent-inputs = ["bs58", "hdwallet", "ripemd", "secp256k1"]

View File

@ -35,7 +35,7 @@ criterion = "0.3"
rand_xorshift = "0.3"
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56
[features]
default = ["local-prover", "multicore"]