Pin pprof to 0.6.1.

This commit is contained in:
therealyingtong 2022-01-05 15:36:45 +08:00
parent 54cdc051fe
commit 1c11a424e5
1 changed files with 1 additions and 1 deletions

View File

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