From e3c67ffee6990dee7bc13361c69e201d4885fc90 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Tue, 4 Jan 2022 10:22:38 -0700 Subject: [PATCH] Pin pprof version --- zcash_primitives/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index 429c77b0d..ee2fd3d59 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -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"]