From b55fda940408b9317be3fd9b9ff7c92f52001cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Ci=C4=99=C5=BCarkiewicz?= Date: Mon, 18 Sep 2023 14:04:37 -0700 Subject: [PATCH] chore: prepare fedimint-hbbft v0.1.0 release --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebd5b0f3..078dcc5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] -name = "hbbft" -version = "0.1.1" +name = "fedimint-hbbft" +version = "0.1.0" authors = [ "Vladimir Komendantskiy ", "Andreas Fackler ", @@ -14,7 +14,7 @@ keywords = ["consensus", "asynchronous", "threshold"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/poanetwork/hbbft" -description = "The Honey Badger of Byzantine Fault Tolerant Consensus Protocols" +description = "The Honey Badger of Byzantine Fault Tolerant Consensus Protocols (Fedimint fork)" edition = "2018" [badges] @@ -36,7 +36,7 @@ rand_derive = "0.5.0" reed-solomon-erasure = "5.0.3" serde = { version = "1.0.137", features = ["derive", "rc"] } thiserror = "1.0.31" -threshold_crypto = { git = "https://github.com/fedimint/threshold_crypto" } +threshold_crypto = { package = "fedimint-threshold-crypto", version = "0.1" } tiny-keccak = { version = "2.0.2", features = ["sha3"] } [dev-dependencies]