From f1cfd1c15acdb15b9a91901c5407050ae860f8d0 Mon Sep 17 00:00:00 2001 From: ZamDimon Date: Mon, 16 Sep 2024 14:19:58 +0300 Subject: [PATCH] :adhesive_bandage: resolve conflicts in `Cargo.toml` --- splitter/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/splitter/Cargo.toml b/splitter/Cargo.toml index 0737c9b..383809d 100644 --- a/splitter/Cargo.toml +++ b/splitter/Cargo.toml @@ -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"