Skip to content

Commit

Permalink
merge types
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacholme7 committed Dec 12, 2024
2 parents 2c84a52 + 4182bf6 commit 896117e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ members = [
"anchor/network",
"anchor/database",
"anchor/common/version",
"anchor/common/ssv_types",
"anchor/processor",
"anchor/qbft",
"anchor/common/ssv_types",
]
resolver = "2"

Expand All @@ -26,8 +26,8 @@ http_metrics = { path = "anchor/http_metrics" }
database = { path = "anchor/database" }
network = { path ="anchor/network"}
version = { path ="anchor/common/version"}
ssv_types = { path = "anchor/common/ssv_types" }
processor = { path = "anchor/processor" }
ssv_types = { path = "anchor/common/ssv_types" }
lighthouse_network = { git = "https://github.com/sigp/lighthouse", branch = "unstable"}
task_executor = { git = "https://github.com/sigp/lighthouse", branch = "unstable", default-features = false, features = [ "tracing", ] }
metrics = { git = "https://github.com/agemanning/lighthouse", branch = "modularize-vc" }
Expand Down

0 comments on commit 896117e

Please sign in to comment.