Skip to content

Commit c9fa34c

Browse files
Merge branch 'main' into change-divmod
2 parents 730c30f + 1f71192 commit c9fa34c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
* fix: replace `div_rem` with `div_mod_floor` in `verify_zero` hints [#1881](https://github.com/lambdaclass/cairo-vm/pull/1881)
66

7+
* chore: bump pip `cairo-lang` 0.13.3 [#1884](https://github.com/lambdaclass/cairo-vm/pull/1884)
8+
79
#### [2.0.0-rc1] - 2024-11-20
810

911
* feat: add `EvalCircuit` and `TestLessThanOrEqualAddress` hints [#1843](https://github.com/lambdaclass/cairo-vm/pull/1843)

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ bitarray==2.7.3
33
fastecdsa==2.3.0
44
sympy==1.11.1
55
typeguard==2.13.3
6-
cairo-lang==0.13.2
6+
cairo-lang==0.13.3

0 commit comments

Comments
 (0)