From 7b5765d927de76cc65346a91d4bef16346a22a00 Mon Sep 17 00:00:00 2001 From: Leo Alt Date: Wed, 29 Nov 2023 14:49:56 +0100 Subject: [PATCH] pin starky --- backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Cargo.toml b/backend/Cargo.toml index e7427aba7a..7a8159706d 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", branch = "main" } +starky = { git = "https://github.com/0xEigenLabs/eigen-zkvm.git", rev = "4ed1da7" } [dev-dependencies] mktemp = "0.5.0"