Skip to content

Commit 6e99355

Browse files
committed
Use different blockifier fork branch
1 parent 51af0a8 commit 6e99355

File tree

2 files changed

+12
-25
lines changed

2 files changed

+12
-25
lines changed

Cargo.lock

Lines changed: 9 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ license = "MIT"
3030
license-file = "LICENSE"
3131

3232
[workspace.dependencies]
33-
blockifier = { git = "https://github.com/cptartur/sequencer.git", branch = "main-v0.14.0-fork", features = ["testing", "tracing", "cairo_native"] }
33+
# TODO do not use fork here, after apollo-compile-to-native dependency problem is resolved
34+
blockifier = { git = "https://github.com/cptartur/sequencer.git", branch = "main-v0.14.0-fork-fix", features = ["testing", "tracing", "cairo_native"] }
3435
bigdecimal = "0.4.8"
35-
starknet_api = { git = "https://github.com/cptartur/sequencer.git", branch = "main-v0.14.0-fork" }
36+
starknet_api = { git = "https://github.com/cptartur/sequencer.git", branch = "main-v0.14.0-fork-fix" }
3637
cairo-native = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "d7f8352657a4c1228b227807b90aea10f97f746d" }
3738
cairo-lang-casm = { version = "2.12.0", features = ["serde"] }
3839
cairo-lang-sierra = "2.12.0"

0 commit comments

Comments
 (0)