From 35c460556a63120fd83c3cce449a769ea711fd67 Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Wed, 17 Jul 2024 19:17:21 +0200 Subject: [PATCH] Add only_cairo_vm feature in replay --- replay/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/replay/Cargo.toml b/replay/Cargo.toml index 6043ff0..ebd44c3 100644 --- a/replay/Cargo.toml +++ b/replay/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [features] benchmark = [] +only_cairo_vm = ["rpc-state-reader/only_casm"] [dependencies] # starknet specific crates