Skip to content

Commit

Permalink
update compiler to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Jan 8, 2024
1 parent 2bbdfe8 commit ea1e8c9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ thiserror-no-std = { version = "2.0.2", default-features = false }
bitvec = { version = "1", default-features = false, features = ["alloc"] }

# Dependencies for cairo-1-hints feature
cairo-lang-starknet = { version = "2.4.0", default-features = false }
cairo-lang-casm = { version = "2.4.0", default-features = false }
cairo-lang-starknet = { version = "2.4.2", default-features = false }
cairo-lang-casm = { version = "2.4.2", default-features = false }

cairo-lang-compiler = { version = "2.4.0", default-features = false }
cairo-lang-sierra-to-casm = { version = "2.4.0", default-features = false }
cairo-lang-sierra = { version = "2.4.0", default-features = false }
cairo-lang-runner = { version = "2.4.0", default-features = false }
cairo-lang-utils = { version = "2.4.0", default-features = false }
cairo-lang-compiler = { version = "2.4.2", default-features = false }
cairo-lang-sierra-to-casm = { version = "2.4.2", default-features = false }
cairo-lang-sierra = { version = "2.4.2", default-features = false }
cairo-lang-runner = { version = "2.4.2", default-features = false }
cairo-lang-utils = { version = "2.4.2", default-features = false }

# TODO: check these dependencies for wasm compatibility
ark-ff = { version = "0.4.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $(CAIRO_2_CONTRACTS_TEST_DIR)/%.casm: $(CAIRO_2_CONTRACTS_TEST_DIR)/%.sierra
# ======================

CAIRO_2_REPO_DIR = cairo2
CAIRO_2_VERSION = 2.1.0-rc1
CAIRO_2_VERSION = 2.4.2

build-cairo-2-compiler-macos:
@if [ ! -d "$(CAIRO_2_REPO_DIR)" ]; then \
Expand Down

0 comments on commit ea1e8c9

Please sign in to comment.