From 3826425773d2404de9490e4bffbbca1696f668d1 Mon Sep 17 00:00:00 2001 From: DrPeterVanNostrand Date: Fri, 14 Sep 2018 15:48:59 +0000 Subject: [PATCH] Use threshold-crypto's 'add-sectemp-type' branch. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 216e183..4cc34a0 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" } +threshold_crypto = { git = "https://github.com/poanetwork/threshold_crypto", branch = "add-sectemp-type" } tiny-keccak = "1.4" [dev-dependencies]