Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 7, 2024
1 parent 6835ed6 commit b87cf12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 75 deletions.
79 changes: 6 additions & 73 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ cairo-lang-starknet-classes = "2.8.2"
cairo-lang-sierra = "2.8.2"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", branch="add-malloc-tracing"}
cairo-vm = "1.0.1"
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev="d4a433d54c0e53250f66d41e2b60210079f2d7a9", default-features = false, features = [
blockifier = { package = "blockifier", git = "https://github.com/kkrt-labs/sequencer.git", rev="a62fc3320cd598b94093d4abcb97cea7409c543a", default-features = false, features = [
"testing",
] }
starknet = "0.12"
starknet-crypto = "0.7"
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", rev="d4a433d54c0e53250f66d41e2b60210079f2d7a9" }
starknet_api = { package = "starknet_api", git = "https://github.com/kkrt-labs/sequencer.git", rev="a62fc3320cd598b94093d4abcb97cea7409c543a" }

# Other
async-trait = "0.1"
Expand Down

0 comments on commit b87cf12

Please sign in to comment.