Skip to content

Commit

Permalink
unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Oct 24, 2023
1 parent 5186b2f commit 612f495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ark-std = { version = "0.3.0", features = ["print-trace"], optional = true }
snark-verifier = { path = "../snark-verifier", default-features = false }

# system_halo2
halo2_proofs = { git = "https://github.com/taikoxyz/halo2", tag = "v0.0.1" } # not optional for now
halo2_proofs = { git = "https://github.com/taikoxyz/halo2", branch = "taiko/unstable" } # not optional for now
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = "0.3.2" } # must be same version as in halo2_proofs

# loader_halo2
Expand Down
2 changes: 1 addition & 1 deletion snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ halo2_curves = { git = "https://github.com/privacy-scaling-explorations/halo2cur
rayon = { version = "1.5.3", optional = true }

# system_halo2
halo2_proofs = { git = "https://github.com/taikoxyz/halo2", tag = "v0.0.1", optional = true }
halo2_proofs = { git = "https://github.com/taikoxyz/halo2", branch = "taiko/unstable", optional = true }

# loader_evm
sha3 = { version = "0.10", optional = true }
Expand Down

0 comments on commit 612f495

Please sign in to comment.