Skip to content

Commit

Permalink
fix(coins): add p2p feature to mm2_net dependency (#2210)
Browse files Browse the repository at this point in the history
This makes coins a separate crate that can be tested and checked separately.
  • Loading branch information
mariocynicys authored Sep 5, 2024
1 parent 7ca140a commit ffed860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/coins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mm2_event_stream = { path = "../mm2_event_stream" }
mm2_git = { path = "../mm2_git" }
mm2_io = { path = "../mm2_io" }
mm2_metrics = { path = "../mm2_metrics" }
mm2_net = { path = "../mm2_net" }
mm2_net = { path = "../mm2_net", features = ["p2p"] }
mm2_number = { path = "../mm2_number"}
mm2_rpc = { path = "../mm2_rpc" }
mm2_state_machine = { path = "../mm2_state_machine" }
Expand Down

0 comments on commit ffed860

Please sign in to comment.