Skip to content

Commit

Permalink
Update revs
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jan 20, 2025
1 parent 7355a2f commit 6b14d91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fs2 = "0.4.3"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "e9151aa8420a138f70febb721f8979d3dd2f7223" }
anyhow = "1.0"
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "128b46b59c6d178d68286dbfa2744c4eadd21f44" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "128b46b59c6d178d68286dbfa2744c4eadd21f44", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "128b46b59c6d178d68286dbfa2744c4eadd21f44" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "128b46b59c6d178d68286dbfa2744c4eadd21f44" } # replay
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bc355ff595095268a698f8075848ec89948791e1" } # replay
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bc355ff595095268a698f8075848ec89948791e1", features = ["cairo_native"] } # replay
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bc355ff595095268a698f8075848ec89948791e1" } # replay
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", rev = "bc355ff595095268a698f8075848ec89948791e1" } # replay

0 comments on commit 6b14d91

Please sign in to comment.