Skip to content

Commit

Permalink
Merge pull request #807 from powdr-labs/fix-starky
Browse files Browse the repository at this point in the history
pin starky
Leo authored Nov 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f2952e2 + 7b5765d commit 117970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 117970a

Please sign in to comment.