Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Nov 25, 2024
2 parents 764b914 + 0b30ba2 commit 9a10481
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Cairo-VM Changelog

#### Upcoming Changes
<<<<<<< HEAD
* fix: replace `div_rem` with `div_mod_floor` in `verify_zero` hints [#1881](https://github.com/lambdaclass/cairo-vm/pull/1881)
=======

#### [2.0.0-rc1] - 2024-11-20
>>>>>>> main
* feat: add `EvalCircuit` and `TestLessThanOrEqualAddress` hints [#1843](https://github.com/lambdaclass/cairo-vm/pull/1843)

Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @igaray @Oppen @fmoletta @juanbono @pefontana
* @igaray @Oppen @fmoletta @juanbono @pefontana @gabrielbosio
14 changes: 7 additions & 7 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ exclude = ["ensure-no_std"]
resolver = "2"

[workspace.package]
version = "2.0.0-rc0"
version = "2.0.0-rc1"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/cairo-vm/"
readme = "README.md"
keywords = ["starknet", "cairo", "vm", "wasm", "no_std"]

[workspace.dependencies]
cairo-vm = { path = "./vm", version = "2.0.0-rc0", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "2.0.0-rc0", default-features = false }
cairo-vm = { path = "./vm", version = "2.0.0-rc1", default-features = false }
cairo-vm-tracer = { path = "./cairo-vm-tracer", version = "2.0.0-rc1", default-features = false }
mimalloc = { version = "0.1.37", default-features = false }
num-bigint = { version = "0.4", default-features = false, features = [
"serde",
Expand Down

0 comments on commit 9a10481

Please sign in to comment.