We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3533fa8 commit 68eeff4Copy full SHA for 68eeff4
Cargo.toml
@@ -244,7 +244,7 @@ pow-types = { path = "./crates/pos/types/pow-types" }
244
diem-types = { path = "./crates/pos/types/types" }
245
diem-network-address-encryption = { path = "./crates/pos/config/management/network-address-encryption" }
246
cfx-tasks = { path = "./crates/tasks" }
247
-eest_types = { path = "./crates/eest_types" }
+# eest_types = { path = "./crates/eest_types" }
248
cfx-config = { path = "./crates/config" }
249
250
# basics
@@ -335,7 +335,6 @@ blst = "0.3"
335
hashbrown = "0.7.1"
336
337
clap = "4"
338
-clap-verbosity-flag = "3"
339
340
# rand & rng
341
rand = "0.9"
0 commit comments