Skip to content

Commit

Permalink
fix(starknet_consensus_manager): fix dependency on state_sync_types
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonLStarkWare committed Feb 11, 2025
1 parent e75d412 commit 2a766c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/starknet_consensus_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ validator.workspace = true
mockall.workspace = true
rstest.workspace = true
starknet_batcher_types = { path = "../starknet_batcher_types", features = ["testing"] }
starknet_state_sync_types = { workspace = true, features = ["testing"] }

0 comments on commit 2a766c7

Please sign in to comment.