Skip to content

Commit

Permalink
chore: add blockifier feature testing to main toml (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yael-Starkware authored Jul 16, 2024
1 parent f18ed62 commit e0d1c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testing = []
[dependencies]
async-trait.workspace = true
axum.workspace = true
blockifier= { workspace = true , features = ["testing"] }
blockifier= { workspace = true, features = ["testing"] }
cairo-lang-starknet-classes.workspace = true
cairo-vm.workspace = true
hyper.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/mempool_test_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true

[dependencies]
assert_matches.workspace = true
blockifier.workspace = true
blockifier = { workspace = true, features = ["testing"] }
starknet-types-core.workspace = true
starknet_api.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit e0d1c62

Please sign in to comment.