diff --git a/Cargo.toml b/Cargo.toml index 9525260..ed50c73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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