Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Nov 14, 2024
1 parent 7d6b0c5 commit a00c242
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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 @@ -12,11 +12,11 @@ tracing = "0.1"
serde_json = "1.0.116"
serde_with = "3.11.0"
serde = "1.0.197"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "66b78825380030ec97d1a364dd1175ae22ba8419" }
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "3659bb7e941fc12904319e1ed4c5e78176a9070a" }
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.9.x" }
blockifier = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.9.x" }
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer", branch = "native2.9.x" }

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "66b78825380030ec97d1a364dd1175ae22ba8419" }
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "3659bb7e941fc12904319e1ed4c5e78176a9070a" }

0 comments on commit a00c242

Please sign in to comment.