Skip to content

Commit

Permalink
chore: update snark-verifier git tag in zkevm-hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Mar 14, 2024
1 parent 88db818 commit 2bbb7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hashes/zkevm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zkevm-hashes"
version = "0.2.1"
version = "0.2.2"
authors = ["Privacy Scaling Explorations Team", "Taiko Labs", "Intrinsic Technologies"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand All @@ -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.8", git = "https://github.com/axiom-crypto/snark-verifier.git", tag = "v0.1.8-git", default-features = false }
getset = "0.1.2"
type-map = "0.5.0"

Expand Down

0 comments on commit 2bbb7fd

Please sign in to comment.