Skip to content

Commit 3f53a45

Browse files
committed
Update sncast crate so it depends on cairo-lang-runner and cairo-lang-runnable-utils directly
commit-id:2b801af1
1 parent cf76225 commit 3f53a45

File tree

4 files changed

+257
-142
lines changed

4 files changed

+257
-142
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ license-file = "LICENSE"
3030
blockifier = { git = "https://github.com/software-mansion-labs/sequencer.git", branch = "main-v0.13.5-modified-sierra-dep", default-features = false, features = ["testing", "tracing"] }
3131
starknet_api = { git = "https://github.com/software-mansion-labs/sequencer.git", branch = "main-v0.13.5-modified-sierra-dep" }
3232
cairo-lang-casm = { version = "2.11.2", features = ["serde"] }
33-
cairo-lang-runner = "2.11.2"
34-
cairo-lang-sierra-to-casm = "2.11.2"
3533
cairo-lang-sierra = "2.11.2"
3634
cairo-lang-utils = "2.11.2"
3735
cairo-lang-starknet = "2.11.2"
38-
cairo-lang-runnable-utils = "2.11.2"
3936
cairo-lang-filesystem = "2.11.2"
4037
cairo-lang-diagnostics = "2.11.2"
4138
cairo-lang-sierra-type-size = "2.11.2"

crates/sncast/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ data-transformer = { path = "../data-transformer" }
3232
configuration = { path = "../configuration" }
3333
shared = { path = "../shared" }
3434
forge_runner = { path = "../forge-runner" }
35-
cairo-lang-runner.workspace = true
36-
cairo-lang-sierra-to-casm.workspace = true
37-
cairo-lang-runnable-utils.workspace = true
35+
cairo-lang-runner = "2.11.2"
36+
cairo-lang-runnable-utils = "2.11.2"
3837
cairo-lang-utils.workspace = true
3938
cairo-lang-sierra.workspace = true
4039
cairo-lang-casm.workspace = true
@@ -54,6 +53,7 @@ regex.workspace = true
5453
dirs.workspace = true
5554
dialoguer.workspace = true
5655
toml_edit.workspace = true
56+
num-traits.workspace = true
5757

5858
[dev-dependencies]
5959
ctor.workspace = true

0 commit comments

Comments
 (0)