Skip to content

Commit

Permalink
bump version of starknet deps (lambdaclass#1299)
Browse files Browse the repository at this point in the history
* bump version of starknet deps to rc6

* update CHANGELOG

---------

Co-authored-by: Juan Bono <juanbono94@gmail.com>
  • Loading branch information
2 people authored and kariy committed Jul 25, 2023
1 parent 1bc47ad commit 0412a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -16,7 +16,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
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 0412a0d

Please sign in to comment.