pprof 0.9

This commit is contained in:
Jack Grigg 2022-06-24 15:36:19 +00:00
parent 5f7f1afd46
commit 9cc142ea3b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ proptest = "1.0.0"
zcash_note_encryption = { version = "0.1", features = ["pre-zip-212"] }
[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
[lib]
bench = false