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"