Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
chore: prepare fedimint-hbbft v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Sep 18, 2023
1 parent 759eed3 commit b55fda9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hbbft"
version = "0.1.1"
name = "fedimint-hbbft"
version = "0.1.0"
authors = [
"Vladimir Komendantskiy <komendantsky@gmail.com>",
"Andreas Fackler <AndreasFackler@gmx.de>",
Expand All @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit b55fda9

Please sign in to comment.