Skip to content

Commit

Permalink
fix: pin Cairo compiler version (lambdaclass#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored and kariy committed Jun 23, 2023
1 parent fa6a3b1 commit 99f70c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Upcoming Changes

* fix: pin Cairo compiler version [#1220](https://github.com/lambdaclass/cairo-rs/pull/1220)

* perf: make `inner_rc_bound` a constant, improving performance of the range-check builtin

#### [0.5.1] - 2023-6-7
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ cairo-repo-dir = cairo
build-cairo-1-compiler: | $(cairo-repo-dir)

$(cairo-repo-dir):
git clone https://github.com/starkware-libs/cairo.git
git clone --depth 1 -b v1.1.0 https://github.com/starkware-libs/cairo.git
cd cairo; cargo b --release --bin starknet-compile --bin starknet-sierra-compile

cargo-deps:
Expand Down

0 comments on commit 99f70c6

Please sign in to comment.