Skip to content

Commit

Permalink
chore(ci): move starknet_task_executor dep to root toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimedini-starkware committed Aug 1, 2024
1 parent ffc4d17 commit fd322cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ starknet_mempool_infra = { path = "crates/mempool_infra", version = "0.0" }
starknet_mempool_node = { path = "crates/mempool_node", version = "0.0" }
starknet_mempool_types = { path = "crates/mempool_types", version = "0.0" }
starknet_sierra_compile = { path = "crates/starknet_sierra_compile", version = "0.0" }
starknet_task_executor = { path = "crates/task_executor", version = "0.0" }
static_assertions = "1.1.0"
statistical = "1.0.0"
strum = "0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/tests-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ starknet_gateway = { workspace = true, features = ["testing"] }
starknet_mempool_infra.workspace = true
starknet_mempool_node.workspace = true
starknet_mempool_types.workspace = true
starknet_task_executor = { path = "../task_executor", version = "0.0" }
starknet_task_executor.workspace = true
strum.workspace = true
tempfile.workspace = true
tokio.workspace = true
Expand Down

0 comments on commit fd322cb

Please sign in to comment.