From 27dcf42bdc96a19dec9003a584430a1d7d102710 Mon Sep 17 00:00:00 2001 From: Leo Alt Date: Wed, 10 Jan 2024 16:14:22 +0100 Subject: [PATCH] update starky --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7a8159706d..13842de843 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -15,7 +15,7 @@ strum = { version = "0.24.1", features = ["derive"] } log = "0.4.17" serde_json = "1.0" thiserror = "1.0.43" -starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "4ed1da7" } +starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "8552454" } [dev-dependencies] mktemp = "0.5.0"