Skip to content

Commit

Permalink
chore: fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang authored Feb 24, 2023
1 parent a22de1f commit c36ff8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
# Use halo2-base as non-optional dependency because it re-exports halo2_proofs, halo2curves, and poseidon, using different repos based on feature flag "halo2-axiom" or "halo2-pse"
halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", tag = "v0.2.2", default-features = false }
# This poseidon is identical to PSE (for now) but uses axiom's halo2curves; otherwise would require patching
poseidon-axiom = { git = "https://github.com/axiom-crypto/halo2.git", branch = "axiom/faster-witness-generation", package = "poseidon", optional = true }
poseidon-axiom = { git = "https://github.com/axiom-crypto/halo2.git", tag = "v2023_01_17", package = "poseidon", optional = true }
poseidon= { git = "https://github.com/privacy-scaling-explorations/poseidon", optional = true }

# parallel
Expand Down Expand Up @@ -63,4 +63,4 @@ required-features = ["loader_halo2", "loader_evm"]

[[example]]
name = "recursion"
required-features = ["loader_halo2"]
required-features = ["loader_halo2"]

0 comments on commit c36ff8c

Please sign in to comment.