Skip to content

Commit

Permalink
chore: bump blockifier
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Aug 2, 2024
1 parent f9f719e commit 699d5c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/katana/cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ cairo-lang-sierra-to-casm = "2.7.0"
cairo-lang-starknet = "2.7.0"
cairo-lang-starknet-classes = "2.7.0"
cairo-lang-utils = "2.7.0"
cairo-vm = "1.0.0-rc3"
starknet_api = "0.13.0-rc.0"
cairo-vm = "1.0.0"
starknet_api = "0.13.0-dev.9"
1 change: 0 additions & 1 deletion crates/katana/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ thiserror.workspace = true
tracing.workspace = true

blockifier = { git = "https://github.com/dojoengine/blockifier", branch = "cairo-2.7", features = [ "testing" ], optional = true }
#blockifier = { path = "/Users/glihm/starkware/blockifier/crates/blockifier", features = [ "testing" ], optional = true }
katana-cairo = { workspace = true, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 699d5c1

Please sign in to comment.