Skip to content

Commit

Permalink
chore(ci): move starknet_sierra_compile 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 49f31e8 commit 3487973
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 @@ -158,6 +158,7 @@ starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint", "
starknet_api = { path = "crates/starknet_api", version = "0.13.0-rc.0" }
starknet_mempool_infra = { path = "crates/mempool_infra", version = "0.0" }
starknet_mempool_types = { path = "crates/mempool_types", version = "0.0" }
starknet_sierra_compile = { path = "crates/starknet_sierra_compile", 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/gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ starknet-types-core.workspace = true
starknet_api.workspace = true
starknet_mempool_infra.workspace = true
starknet_mempool_types.workspace = true
starknet_sierra_compile = { path = "../starknet_sierra_compile", version = "0.0" }
starknet_sierra_compile.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
Expand Down

0 comments on commit 3487973

Please sign in to comment.