Skip to content

Commit

Permalink
chore(zkevm-hashes): use git tag for snark-verifier-sdk (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Jan 20, 2024
1 parent 9f9d41b commit 24875b9
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 = { git = "https://github.com/axiom-crypto/snark-verifier.git", branch = "main", 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 }
getset = "0.1.2"
type-map = "0.5.0"

Expand Down

0 comments on commit 24875b9

Please sign in to comment.