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"] }