From 10748c4d4afa7b5d3f8d386aed97f5ee890f488f Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Thu, 25 Jul 2019 10:27:53 +0900 Subject: [PATCH] Update Cargo.toml Fix build error --- Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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