-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cairo_native): update cairo native version to 0.2.5-rc2 and the…
… compiled to 2.10.0-rc.0
- Loading branch information
1 parent
8552dd5
commit 227f114
Showing
18 changed files
with
21,416 additions
and
17,607 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[package] | ||
name = "starknet-native-compile" | ||
# The version of this crate should equal the version of cairo-native. | ||
version = "0.2.4" | ||
version = "0.2.5-rc2" | ||
edition = "2021" | ||
repository = "https://github.com/starkware-libs/sequencer/" | ||
license = "Apache-2.0" | ||
|
||
[dependencies] | ||
# 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-lang-sierra = "2.10.0-rc.0" | ||
cairo-lang-starknet-classes = "2.10.0-rc.0" | ||
cairo-native = "0.2.5-rc2" | ||
clap = { version = "4.5.4", features = ["derive"] } | ||
serde_json = "1.0.116" |
Submodule cairo_native
updated
109 files
Oops, something went wrong.