Skip to content

Commit

Permalink
Merge branch 'main' into rename-cairo-rs-py
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Jun 29, 2023
2 parents 1318501 + 5568d61 commit 05c8f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

* chore: use LambdaWorks' implementation of bit operations for `Felt252` [#1291](https://github.com/lambdaclass/cairo-vm/pull/1291)

* update `cairo-lang-starknet` and `cairo-lang-casm` dependencies to v2.0.0-rc5 [#1297](https://github.com/lambdaclass/cairo-vm/pull/1297)
* update `cairo-lang-starknet` and `cairo-lang-casm` dependencies to v2.0.0-rc6 [#1299](https://github.com/lambdaclass/cairo-vm/pull/1299)

#### [0.8.0] - 2023-6-26

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ 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.0.0-rc5", default-features = false }
cairo-lang-casm = { version = "2.0.0-rc5", default-features = false }
cairo-lang-starknet = { version = "2.0.0-rc6", default-features = false }
cairo-lang-casm = { version = "2.0.0-rc6", default-features = false }

# TODO: check these dependencies for wasm compatibility
ark-ff = { version = "0.4.0-alpha.7", default-features = false }
Expand Down

0 comments on commit 05c8f90

Please sign in to comment.