Skip to content

Commit

Permalink
Relax clap deps (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
andronat authored Jun 19, 2024
1 parent b1bebea commit b1d2c95
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 @@ -16,7 +16,7 @@ serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0"
sha3 = { version = "0.8.2", default-features = false }
bincode = "1.3.3"
clap = { version = "=4.3.21", features = ["derive"] }
clap = { version = "~4.4", features = ["derive"] }
ark-ec = "0.4.2"
ark-ff = "0.4.2"
ark-serialize = "0.4"
Expand Down

0 comments on commit b1d2c95

Please sign in to comment.