pprof 0.8

This commit is contained in:
Jack Grigg 2022-04-28 17:10:46 +00:00
parent b08d6fc284
commit 6339fca4cb
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ proptest = "1.0.0"
zcash_note_encryption = { version = "0.1", features = ["pre-zip-212"] }
[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "=0.6.1", features = ["criterion", "flamegraph"] }
pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56
[lib]
bench = false