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]