Skip to content

Commit

Permalink
Use local cairo native
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Jan 3, 2025
1 parent 290edc4 commit d46d2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/starknet-native-compile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ license = "Apache-2.0"
# TODO(Avi, 01/02/2025): Check consistency with the blockifier.
cairo-lang-sierra = "2.9.2"
cairo-lang-starknet-classes = "2.9.2"
cairo-native = "0.2.4"
cairo-native = { path = "../../../../cairo_native" }
clap = { version = "4.5.4", features = ["derive"] }
serde_json = "1.0.116"

0 comments on commit d46d2f4

Please sign in to comment.