Skip to content

Commit

Permalink
chore(cairo_native): update cairo native version to 0.2.5-rc2 and the…
Browse files Browse the repository at this point in the history
… compiled to 2.10.0-rc.0
  • Loading branch information
meship-starkware committed Dec 30, 2024
1 parent 8552dd5 commit 227f114
Show file tree
Hide file tree
Showing 18 changed files with 21,416 additions and 17,607 deletions.
2,157 changes: 1,303 additions & 854 deletions Cargo.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ byteorder = "1.4.3"
bytes = "1"
cached = "0.44.0"
cairo-felt = "0.9.1"
cairo-lang-casm = "2.9.2"
cairo-lang-runner = "2.9.2"
cairo-lang-sierra = "=2.9.2"
cairo-lang-sierra-to-casm = "2.9.2"
cairo-lang-starknet-classes = "2.9.2"
cairo-lang-utils = "2.9.2"
cairo-lang-casm = "2.10.0-rc.0"
cairo-lang-runner = "2.10.0-rc.0"
cairo-lang-sierra = "=2.10.0-rc.0"
cairo-lang-sierra-to-casm = "2.10.0-rc.0"
cairo-lang-starknet-classes = "2.10.0-rc.0"
cairo-lang-utils = "2.10.0-rc.0"
# Important: when updated, make sure to update the cairo-native submodule as well.
cairo-native = "0.2.4"
cairo-native = "0.2.5-rc2"
cairo-vm = "=1.0.1"
camelpaste = "0.1.0"
chrono = "0.4.26"
Expand Down
8 changes: 4 additions & 4 deletions crates/bin/starknet-native-compile/Cargo.toml
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"
2 changes: 1 addition & 1 deletion crates/blockifier/cairo_native
Submodule cairo_native updated 109 files
Loading

0 comments on commit 227f114

Please sign in to comment.