From a91f38b4ac9c17dfa878303bbfa3fdeb258ba9d5 Mon Sep 17 00:00:00 2001 From: Dmitry Demin Date: Fri, 15 Sep 2023 13:10:40 +0200 Subject: [PATCH] Pin clap dependency to 4.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3299bc38a..272092bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ incrementalmerkletree = { version = "0.4", features = ["test-dependencies"] } # [target.'cfg(unix)'.dev-dependencies] inferno = "0.11" # FIXME: zcash/orchard uses this params: { version = "0.11", default-features = false, features = ["multithreaded", "nameattr"] } -clap = "=4.2.7" # Used by inferno. Last version required rust 1.70 +clap = "=4.2.0" # Used by inferno. Last version required rust 1.70 pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # FIXME: upgrade to 0.11 as it's in zcash/orchard now? [lib]