Skip to content

Commit

Permalink
Pin clap dependency to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Sep 15, 2023
1 parent b849b87 commit a91f38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a91f38b

Please sign in to comment.