From 63f5da14e0a145b81001c62d4266ad9c353c3c60 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 1 Apr 2024 00:24:14 +0400 Subject: [PATCH] Update blockifier to 0.6.0-rc.1 (#1774) --- 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 c43b72ab0e..20ab909c77 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.0" +blockifier = "=0.6.0-rc.1" starknet_api = "=0.10.0" cairo-vm = "=0.9.2" indexmap = "2.1.0"