Skip to content

Commit

Permalink
Update to blockifier 0.8.0-rc.2 and cairo-vm 1.0.1 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC authored Aug 20, 2024
1 parent 521e51e commit 996e014
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
50 changes: 35 additions & 15 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
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ enum-helper-macros = "0.0.1"
# Starknet dependencies
starknet-types-core = "0.1.5"
starknet_api = { version = "0.13.0-rc.0", features = ["testing"] }
blockifier = { version = "0.8.0-rc.1" }
blockifier = { version = "0.8.0-rc.2" }
starknet-rs-signers = { version = "0.9.0", package = "starknet-signers" }
starknet-rs-core = { version = "0.11.0", package = "starknet-core" }
starknet-rs-providers = { version = "0.11.0", package = "starknet-providers" }
starknet-rs-accounts = { version = "0.10.0", package = "starknet-accounts" }
starknet-rs-contract = { version = "0.10.0", package = "starknet-contract" }
starknet-rs-crypto = { version = "0.7.0", package = "starknet-crypto" }
cairo-vm = "=1.0.0-rc5"
cairo-vm = "=1.0.1"

# Cairo-lang dependencies
cairo-lang-starknet-classes = "=2.7.0"
Expand Down

0 comments on commit 996e014

Please sign in to comment.