From 913f9647d6ea24ae65214766376431dce1a391e8 Mon Sep 17 00:00:00 2001 From: AnkushinDaniil Date: Thu, 22 Aug 2024 14:23:59 +0300 Subject: [PATCH] Update blockifier dependency to version 0.8.0-rc.2 with concurrency feature --- vm/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index 701b26581e..ae87a80d97 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -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"] }