We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 730c30f + 1f71192 commit c9fa34cCopy full SHA for c9fa34c
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
* fix: replace `div_rem` with `div_mod_floor` in `verify_zero` hints [#1881](https://github.com/lambdaclass/cairo-vm/pull/1881)
6
7
+* chore: bump pip `cairo-lang` 0.13.3 [#1884](https://github.com/lambdaclass/cairo-vm/pull/1884)
8
+
9
#### [2.0.0-rc1] - 2024-11-20
10
11
* feat: add `EvalCircuit` and `TestLessThanOrEqualAddress` hints [#1843](https://github.com/lambdaclass/cairo-vm/pull/1843)
requirements.txt
@@ -3,4 +3,4 @@ bitarray==2.7.3
3
fastecdsa==2.3.0
sympy==1.11.1
typeguard==2.13.3
-cairo-lang==0.13.2
+cairo-lang==0.13.3
0 commit comments