Update Cargo.toml

Fix build error
This commit is contained in:
Weiliang Li 2019-07-25 10:27:53 +09:00 committed by Andreas Fackler
parent 8f6387f012
commit 10748c4d4a
1 changed files with 1 additions and 6 deletions

View File

@ -53,12 +53,7 @@ parking_lot = "0.6"
clear_on_drop = "0.2"
[dependencies.hbbft]
version = "*"
# git = "https://github.com/c0gent/hbbft"
git = "https://github.com/poanetwork/hbbft"
# branch = "master"
rev = "d4a7b19"
# path = "../hbbft"
version = "0.1"
[profile.release]
debug = true