From dce8c79eb929c7ad8e41898458a5611876f64e17 Mon Sep 17 00:00:00 2001 From: wojo Date: Thu, 28 Nov 2024 17:41:13 +0100 Subject: [PATCH] Fixed blockifier version --- starknet/compiler/rust/Cargo.toml | 2 +- vm/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/starknet/compiler/rust/Cargo.toml b/starknet/compiler/rust/Cargo.toml index e23bddfb07..d53c3d755a 100644 --- a/starknet/compiler/rust/Cargo.toml +++ b/starknet/compiler/rust/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] serde = "1.0.208" serde_json = { version = "1.0.125", features = ["raw_value"] } -cairo-lang-starknet-classes = "2.7.1" +cairo-lang-starknet-classes = "=2.7.1" [lib] crate-type = ["staticlib"] diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index 5ad3607882..2d99eb436c 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 = "=0.8.0-rc.3" starknet_api = "0.13.0-rc.1" cairo-vm = "=1.0.1" starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] }