From 6419e1e3638177499501c618f591ac20e711a70c Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 16 May 2023 15:39:06 +0000 Subject: [PATCH] Remove `inferno` pin now that its MSRV is compatible with ours --- zcash_primitives/Cargo.toml | 1 - zcash_proofs/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/zcash_primitives/Cargo.toml b/zcash_primitives/Cargo.toml index b78b71e46..4a6cc82bb 100644 --- a/zcash_primitives/Cargo.toml +++ b/zcash_primitives/Cargo.toml @@ -96,7 +96,6 @@ orchard = { version = "0.4", default-features = false, features = ["test-depende [target.'cfg(unix)'.dev-dependencies] pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56 -inferno = ">=0.11, <0.11.5" # MSRV 1.59 [features] default = ["multicore"] diff --git a/zcash_proofs/Cargo.toml b/zcash_proofs/Cargo.toml index 87b3f188d..7675bac8b 100644 --- a/zcash_proofs/Cargo.toml +++ b/zcash_proofs/Cargo.toml @@ -45,7 +45,6 @@ rand_xorshift = "0.3" [target.'cfg(unix)'.dev-dependencies] pprof = { version = "0.11", features = ["criterion", "flamegraph"] } # MSRV 1.56 -inferno = ">=0.11, <0.11.5" # MSRV 1.59 [features] default = ["local-prover", "multicore"]