Skip to content

Commit

Permalink
Revert "chore: pin snark-verifier branch"
Browse files Browse the repository at this point in the history
This reverts commit 1bf36b1.
jonathanpwang committed Sep 18, 2023
1 parent 9a2fc70 commit 17d297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hashes/zkevm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ halo2-base = { path = "../../halo2-base", default-features = false, features = [
rayon = "1.7"
sha3 = "0.10.8"
# always included but without features to use Native poseidon
snark-verifier = { git = "https://github.com/axiom-crypto/snark-verifier.git", branch = "release-0.1.6-rc0", default-features = false }
snark-verifier = { git = "https://github.com/axiom-crypto/snark-verifier.git", branch = "develop", default-features = false }
getset = "0.1.2"

[dev-dependencies]

0 comments on commit 17d297b

Please sign in to comment.