Skip to content

Commit

Permalink
🩹 resolve conflicts in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZamDimon committed Sep 16, 2024
1 parent 100cd8e commit f1cfd1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions splitter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ tokio = { version = "1.37.0", features = ["full"] }

# Crypto libraries
hex = "0.4.3"
num-bigint = "0.4.4"
num-bigint = { version = "0.4.4", features = ["rand"] }
num-traits = "0.2.18"

# Random libraries
rand_chacha = "0.3.1"
rand = "0.8.5"
num-bigint = { version = "0.4.4", features = ["rand"] }
ark-std = "0.4.0"
konst = "0.3.9"

0 comments on commit f1cfd1c

Please sign in to comment.