Skip to content

Commit 1f4eebd

Browse files
authored
fix(new-execution): revert "chore: update snark-verifier to v0.2.3 (#1938)" (#1943)
This reverts commit 22f1a5b.
1 parent 8a71af1 commit 1f4eebd

File tree

2 files changed

+46
-87
lines changed

2 files changed

+46
-87
lines changed

Cargo.lock

Lines changed: 44 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ p3-poseidon2-air = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539b
185185
p3-symmetric = { git = "https://github.com/Plonky3/Plonky3.git", rev = "539bbc84085efb609f4f62cb03cf49588388abdb", default-features = false }
186186

187187
zkhash = { git = "https://github.com/HorizenLabs/poseidon2.git", rev = "bb476b9" }
188-
snark-verifier-sdk = { version = "0.2.3", default-features = false, features = [
188+
snark-verifier-sdk = { version = "0.2.0", default-features = false, features = [
189189
"loader_halo2",
190190
"halo2-axiom",
191191
] }
192-
snark-verifier = { version = "0.2.3", default-features = false }
192+
snark-verifier = { version = "0.2.0", default-features = false }
193193
halo2curves-axiom = "0.7.0"
194194

195195
forge-fmt = "0.2.0"

0 commit comments

Comments
 (0)