Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
124 changes: 62 additions & 62 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@ bytes = "1"
c-kzg = "2.1.5"
cached = "0.44.0"
cairo-felt = "0.9.1"
cairo-lang-casm = "2.14.1-dev.1"
cairo-lang-runner = "2.14.1-dev.1"
cairo-lang-sierra = "2.14.1-dev.1"
cairo-lang-sierra-to-casm = "2.14.1-dev.1"
cairo-lang-starknet-classes = "2.14.1-dev.1"
cairo-lang-utils = "2.14.1-dev.1"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "c2644a9f32169c6364e7dfb29fc3f5f1c4620e89" }
sierra-emu = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "c2644a9f32169c6364e7dfb29fc3f5f1c4620e89" }
cairo-lang-casm = "2.15.0"
cairo-lang-runner = "2.15.0"
cairo-lang-sierra = "2.15.0"
cairo-lang-sierra-to-casm = "2.15.0"
cairo-lang-starknet-classes = "2.15.0"
cairo-lang-utils = "2.15.0"
cairo-native = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "490f70818c1ac9b5c33663d06ebcb039a30cd819" }
sierra-emu = { git = "https://github.com/lambdaclass/cairo_native.git", rev = "490f70818c1ac9b5c33663d06ebcb039a30cd819" }
cairo-vm = "3.0.0"
camelpaste = "0.1.0"
chrono = "0.4.26"
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo_infra_utils/src/cairo_compiler_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#[path = "cairo_compiler_version_test.rs"]
mod cairo_compiler_version_test;

pub const CAIRO1_COMPILER_VERSION: &str = "2.14.1-dev.1";
pub const CAIRO1_COMPILER_VERSION: &str = "2.15.0";