From e6b10c2bd80f441e8417f33fdf98f126ebbeef25 Mon Sep 17 00:00:00 2001 From: wojciechos Date: Wed, 10 Apr 2024 10:49:29 +0200 Subject: [PATCH] Update blockifier to 0.6.0-rc.2 (#1817) --- 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 20ab909c77..fe134dc3cb 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] serde = "1.0.171" serde_json = { version = "1.0.96", features = ["raw_value"] } -blockifier = "=0.6.0-rc.1" +blockifier = "=0.6.0-rc.2" starknet_api = "=0.10.0" cairo-vm = "=0.9.2" indexmap = "2.1.0"