Skip to content

Commit 68eeff4

Browse files
committed
remove useless crate
1 parent 3533fa8 commit 68eeff4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ pow-types = { path = "./crates/pos/types/pow-types" }
244244
diem-types = { path = "./crates/pos/types/types" }
245245
diem-network-address-encryption = { path = "./crates/pos/config/management/network-address-encryption" }
246246
cfx-tasks = { path = "./crates/tasks" }
247-
eest_types = { path = "./crates/eest_types" }
247+
# eest_types = { path = "./crates/eest_types" }
248248
cfx-config = { path = "./crates/config" }
249249

250250
# basics
@@ -335,7 +335,6 @@ blst = "0.3"
335335
hashbrown = "0.7.1"
336336

337337
clap = "4"
338-
clap-verbosity-flag = "3"
339338

340339
# rand & rng
341340
rand = "0.9"

0 commit comments

Comments
 (0)