Skip to content

Commit

Permalink
add back pool
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Nov 6, 2024
1 parent 48c22a1 commit bea3137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ mwc_store = { path = "../store", version = "5.3.3" }
mwc_util = { path = "../util", version = "5.3.3" }
mwc_chain = { path = "../chain", version = "5.3.3" }

#[dev-dependencies]
#mwc_pool = { path = "../pool", version = "5.3.3" }
[dev-dependencies]
mwc_pool = { path = "../pool", version = "5.3.3" }

0 comments on commit bea3137

Please sign in to comment.