Skip to content

Commit

Permalink
chore: switch snark-verifier to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Feb 19, 2024
1 parent 97ad939 commit eaffa11
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
Expand Up @@ -23,7 +23,7 @@ rayon = "1.8"
sha3 = "0.10.8"
# always included but without features to use Native poseidon and get CircuitExt trait
# snark-verifier-sdk = { version = "=0.1.7", default-features = false }
snark-verifier-sdk = { version = "=0.1.7", git = "https://github.com/axiom-crypto/snark-verifier.git", tag = "v0.1.7-git", default-features = false }
snark-verifier-sdk = { version = "=0.1.7", git = "https://github.com/axiom-crypto/snark-verifier.git", branch = "develop", default-features = false }
getset = "0.1.2"
type-map = "0.5.0"

Expand Down

0 comments on commit eaffa11

Please sign in to comment.