Skip to content

Commit

Permalink
chore: bump version of starknet deps to 2.0.0 (#1313)
Browse files Browse the repository at this point in the history
* bump version of starknet deps to stable

* update changelog
  • Loading branch information
SantiagoPittella committed Jul 3, 2023
1 parent a1ec8d8 commit cd6adae
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 46 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@
* serde_bytes
* rusty-hook (*dev-dependency*)

* chore: bump `cairo-lang-starknet` and `cairo-lang-casm` dependencies to 2.0.0 [#1313](https://github.com/lambdaclass/cairo-vm/pull/1313)

#### [0.8.1] - 2023-6-29

* chore: change mentions of *cairo-rs-py* to *cairo-vm-py* [#1296](https://github.com/lambdaclass/cairo-vm/pull/1296)
Expand Down
88 changes: 44 additions & 44 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -50,8 +50,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-rc6", default-features = false }
cairo-lang-casm = { version = "2.0.0-rc6", default-features = false }
cairo-lang-starknet = { version = "2.0.0", default-features = false }
cairo-lang-casm = { version = "2.0.0", 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 cd6adae

Please sign in to comment.