Skip to content

Commit

Permalink
chore(ci): move starknet_gateway dep to root toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimedini-starkware committed Aug 5, 2024
1 parent 14aa0ea commit 547fe7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ starknet-core = "0.6.0"
starknet-crypto = "0.5.1"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint", "std"] }
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.0" }
starknet_gateway = { path = "crates/gateway", version = "0.0" }
starknet_mempool = { path = "crates/mempool", version = "0.0" }
starknet_mempool_infra = { path = "crates/mempool_infra", version = "0.0" }
starknet_mempool_types = { path = "crates/mempool_types", version = "0.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/mempool_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const_format.workspace = true
futures.workspace = true
papyrus_config.workspace = true
serde.workspace = true
starknet_gateway = { path = "../gateway", version = "0.0" }
starknet_gateway.workspace = true
starknet_mempool.workspace = true
starknet_mempool_infra.workspace = true
starknet_mempool_types.workspace = true
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 @@ -23,7 +23,7 @@ serde_json.workspace = true
starknet-types-core.workspace = true
starknet_api.workspace = true
starknet_client = { path = "../starknet_client", version = "0.4.0-rc.0" }
starknet_gateway = { path = "../gateway", version = "0.0", features = ["testing"] }
starknet_gateway = { workspace = true, features = ["testing"] }
starknet_mempool_infra.workspace = true
starknet_mempool_node = { path = "../mempool_node", version = "0.0" }
starknet_mempool_types.workspace = true
Expand Down

0 comments on commit 547fe7f

Please sign in to comment.