Skip to content

Commit

Permalink
chore: fix snark-verifier-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Oct 23, 2023
1 parent ee822b9 commit 267123f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hashes/zkevm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ itertools = "0.11"
lazy_static = "1.4"
log = "0.4"
num-bigint = { version = "0.4" }
halo2-base = { path = "../../halo2-base", default-features = false, features = [
"test-utils",
] }
halo2-base = { path = "../../halo2-base", default-features = false, features = ["test-utils"] }
serde = { version = "1.0", features = ["derive"] }
rayon = "1.8"
sha3 = "0.10.8"
# always included but without features to use Native poseidon and get CircuitExt trait
snark-verifier-sdk = { git = "https://github.com/axiom-crypto/snark-verifier.git", branch = "develop", default-features = false }
snark-verifier-sdk = { git = "https://github.com/axiom-crypto/snark-verifier.git", branch = "release-0.1.7-rc", default-features = false }
getset = "0.1.2"

[dev-dependencies]
Expand Down

0 comments on commit 267123f

Please sign in to comment.