Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Nov 13, 2024
1 parent 2a52887 commit 963cc26
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 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 = "461bd36b69552ad6fabbc6d50a22a892c949ba50" }
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", rev = "e1f87b1aa251ad2e80673d49d92e0cffd80daf7b" }
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer", branch = "update_gas_u64" }
blockifier = { git = "https://github.com/lambdaclass/sequencer", branch = "update_gas_u64" }
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer", branch = "update_gas_u64" }

[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "461bd36b69552ad6fabbc6d50a22a892c949ba50" }
cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "e1f87b1aa251ad2e80673d49d92e0cffd80daf7b" }

0 comments on commit 963cc26

Please sign in to comment.