Skip to content

Commit

Permalink
Move QBFT crate (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dknopik authored Jan 8, 2025
1 parent e15bdb4 commit 4c6e712
Show file tree
Hide file tree
Showing 8 changed files 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 @@ -3,13 +3,13 @@
members = [
"anchor",
"anchor/client",
"anchor/common/qbft",
"anchor/common/ssv_types",
"anchor/common/version",
"anchor/http_api",
"anchor/http_metrics",
"anchor/network",
"anchor/processor",
"anchor/qbft",
]
resolver = "2"

Expand All @@ -18,7 +18,7 @@ edition = "2021"

[workspace.dependencies]
client = { path = "anchor/client" }
qbft = { path = "anchor/qbft" }
qbft = { path = "anchor/common/qbft" }
http_api = { path = "anchor/http_api" }
http_metrics = { path = "anchor/http_metrics" }
network = { path = "anchor/network" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4c6e712

Please sign in to comment.