From 1ccced143a328277c2bccacdd8efb7444286a2db Mon Sep 17 00:00:00 2001 From: c0gent Date: Mon, 15 Oct 2018 09:51:00 -0700 Subject: [PATCH] Track `threshold_crypto` master. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35a7b82..1073eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ rand_derive = "0.3.1" reed-solomon-erasure = "3.1.0" serde = "1.0.55" serde_derive = "1.0.55" -threshold_crypto = { git = "https://github.com/poanetwork/threshold_crypto", tag = "0.2.0-beta" } +threshold_crypto = { git = "https://github.com/poanetwork/threshold_crypto", branch = "master" } tiny-keccak = "1.4" [dev-dependencies]