From 0132ee5dd3772d7e9254008fbfff895447451972 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Mon, 11 Nov 2019 10:17:35 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49aa9ab..6d130ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ rand = "0.6.5" rand_derive = "0.5.0" reed-solomon-erasure = "3.1.1" serde = { version = "1.0.102", features = ["derive", "rc"] } -threshold_crypto = { git = "https://github.com/kigawas/threshold_crypto", branch = "cleanup-and-codec"} +threshold_crypto = { branch = "master", git = "https://github.com/poanetwork/threshold_crypto" } tiny-keccak = "1.5.0" [dev-dependencies]