From 5dc72fc1f26c8da80afea9b76df9c1786af17d74 Mon Sep 17 00:00:00 2001 From: Olivier Desenfans Date: Mon, 17 Jun 2024 14:45:44 +0200 Subject: [PATCH] update cairo-vm rev --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72862d1..b389517 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "05352b1c67859a4d8cd128575c1e68ca7e300341", features = ["extensive_hints"] } +cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "fdf3fee0eab32db0e55aeaba63ee581a55c16c58", features = ["extensive_hints"] } num-traits = "0.2.19" serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117"