Skip to content

Commit

Permalink
chore: pin halo2-lib commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Oct 21, 2023
1 parent 624b003 commit 785b9ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde_json = "1.0"
serde_with = { version = "2.2", optional = true }
bincode = "1.3.3"
ark-std = { version = "0.3.0", features = ["print-trace"], optional = true }
halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", branch = "develop", default-features = false }
halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", rev = "ff0cadf7b38d2fd5e9a57781641789ac71516227", default-features = false }
snark-verifier = { path = "../snark-verifier", default-features = false }
getset = "0.1.2"

Expand Down
4 changes: 2 additions & 2 deletions snark-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ serde = { version = "1.0", features = ["derive"] }
pairing = { version = "0.23" }

# 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", branch = "develop", default-features = false }
halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib.git", rev = "ff0cadf7b38d2fd5e9a57781641789ac71516227", default-features = false }

# parallel
rayon = { version = "1.7", optional = true }
Expand All @@ -25,7 +25,7 @@ sha3 = { version = "0.10", optional = true }
revm = { version = "3.3.0", optional = true }

# loader_halo2
halo2-ecc = { git = "https://github.com/axiom-crypto/halo2-lib.git", branch = "develop", default-features = false, optional = true }
halo2-ecc = { git = "https://github.com/axiom-crypto/halo2-lib.git", rev = "ff0cadf7b38d2fd5e9a57781641789ac71516227", default-features = false, optional = true }

[dev-dependencies]
ark-std = { version = "0.3.0", features = ["print-trace"] }
Expand Down

0 comments on commit 785b9ec

Please sign in to comment.