Skip to content

Commit

Permalink
use caret instead of tilde versions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Oct 14, 2024
1 parent b98f6e1 commit ec5f112
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 @@ -19,7 +19,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.4", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }
ark-ec = "0.4.2"
ark-ff = "0.4.2"
ark-serialize = "0.4"
Expand Down

0 comments on commit ec5f112

Please sign in to comment.