Skip to content

Commit 4a8447b

Browse files
workspace: upgrade cairo-lang versions (#12219)
1 parent d01dcdd commit 4a8447b

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

Cargo.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ bytes = "1"
219219
c-kzg = "2.1.5"
220220
cached = "0.44.0"
221221
cairo-felt = "0.9.1"
222-
cairo-lang-casm = "2.12.3"
223-
cairo-lang-runner = "2.12.3"
224-
cairo-lang-sierra = "2.12.3"
225-
cairo-lang-sierra-to-casm = "2.12.3"
226-
cairo-lang-starknet-classes = "2.12.3"
227-
cairo-lang-utils = "2.12.3"
222+
cairo-lang-casm = "2.12.4"
223+
cairo-lang-runner = "2.12.4"
224+
cairo-lang-sierra = "2.12.4"
225+
cairo-lang-sierra-to-casm = "2.12.4"
226+
cairo-lang-starknet-classes = "2.12.4"
227+
cairo-lang-utils = "2.12.4"
228228
cairo-native = "0.7.3"
229229
cairo-vm = "2.5.0"
230230
camelpaste = "0.1.0"

crates/apollo_infra_utils/src/cairo_compiler_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#[path = "cairo_compiler_version_test.rs"]
33
mod cairo_compiler_version_test;
44

5-
pub const CAIRO1_COMPILER_VERSION: &str = "2.12.3";
5+
pub const CAIRO1_COMPILER_VERSION: &str = "2.12.4";

0 commit comments

Comments
 (0)