Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update cairo version (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
entropidelic committed Jun 26, 2023
1 parent b0c3535 commit 708dc65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with_mimalloc = ["mimalloc"]
members = ["crates/starknet-contract-class", "fuzzer", "cli"]

[workspace.dependencies]
cairo-vm = { version = "0.7.0", features = ["cairo-1-hints"]}
cairo-vm = { version = "0.8.0", features = ["cairo-1-hints"]}
starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev="a891109ecc9c269e91b1afd2d44bc597728e1172", features = [
"testing",
] }
Expand Down

0 comments on commit 708dc65

Please sign in to comment.