Skip to content

Commit

Permalink
change native version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Nov 29, 2024
1 parent d7e28e8 commit 5729de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ tracing = "0.1"
serde_json = "1.0.116"
serde_with = "3.11.0"
serde = "1.0.197"
cairo-native = "0.2.4"
cairo-native = "=0.2.4"
# Sequencer Dependencies
starknet_api = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2", features = ["cairo_native"] } # main
starknet_gateway = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main
blockifier_reexecution = { git = "https://github.com/lambdaclass/sequencer.git", branch = "update-main-2" } # main

# [patch.'https://github.com/lambdaclass/cairo_native']
# cairo-native = { git = "https://github.com/lambdaclass//cairo_native.git", rev = "76e83965d3bf1252eb6c68200a3accd5fd1ec004" }
[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = "=0.2.4"

0 comments on commit 5729de7

Please sign in to comment.