Skip to content

Commit

Permalink
Update blockifier dependency to version 0.8.0-rc.2 with concurrency f…
Browse files Browse the repository at this point in the history
…eature
  • Loading branch information
AnkushinDaniil committed Sep 6, 2024
1 parent 687b241 commit dd5ec08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
serde = "1.0.208"
serde_json = { version = "1.0.125", features = ["raw_value"] }
blockifier = "0.8.0-rc.3"
blockifier = { version = "0.8.0-rc.3", features = ["concurrency"] }
starknet_api = "0.13.0-rc.1"
cairo-vm = "=1.0.1"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] }
Expand Down

0 comments on commit dd5ec08

Please sign in to comment.