Skip to content

Commit

Permalink
Update blockifier dependency to version 0.8.0-rc.1 with concurrency f…
Browse files Browse the repository at this point in the history
…eature
  • Loading branch information
AnkushinDaniil committed Aug 21, 2024
1 parent f444f4a commit 530d149
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.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = "=0.8.0-rc.1"
blockifier = { version = "=0.8.0-rc.1", features = ["concurrency"] }
starknet_api = "=0.13.0-rc.0"
cairo-vm = "=1.0.0-rc5"
starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] }
Expand Down

0 comments on commit 530d149

Please sign in to comment.