From 89ba1f6799a025fe82d8ae69faaa12f234eade8c Mon Sep 17 00:00:00 2001 From: Vladimir Komendantskiy Date: Tue, 2 Apr 2019 10:37:25 +0100 Subject: [PATCH] using threshold_crypto 0.3.1 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e587cd2..42e8e03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,7 @@ rand = "0.6.5" rand_derive = "0.5.0" reed-solomon-erasure = "3.1.1" serde = { version = "1.0.89", features = ["derive"] } -# FIXME: update to threshold_crypto = "0.3.1" as soon as that is uploaded to crates.io -threshold_crypto = { git = "https://github.com/poanetwork/threshold_crypto.git", branch = "vk-serde-derive-feature" } +threshold_crypto = "0.3.1" tiny-keccak = "1.4" [dev-dependencies]