Skip to content

Commit

Permalink
build: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchangYoo committed Apr 3, 2024
1 parent 5cf9a37 commit 0174670
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 42 deletions.
44 changes: 5 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ff = "0.12"
group = "0.12"
halo2_proofs = { version = "0.2", path = "../halo2_proofs" }
lazy_static = "1"
halo2curves = { git = 'https://github.com/privacy-scaling-explorations/halo2curves', tag = '0.3.0' }
halo2curves = { git = "https://github.com/kroma-network/halo2curves", branch = "feat/upstream-scroll-v0.9.9" }
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
subtle = "2.3"
Expand Down
4 changes: 2 additions & 2 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ backtrace = { version = "0.3", optional = true }
rayon = "1.5.1"
ff = "0.12"
group = "0.12"
halo2curves = { git = 'https://github.com/scroll-tech/halo2curves.git', branch = "0.3.1-derive-serde" }
halo2curves = { git = 'https://github.com/kroma-network/halo2curves.git', branch = "feat/upstream-scroll-v0.9.9" }
rand_core = { version = "0.6", default-features = false }
tracing = "0.1"
blake2b_simd = "1"
sha3 = "0.9.1"
subtle = "2.3"
cfg-if = "0.1"
poseidon = { git = "https://github.com/scroll-tech/poseidon.git", branch = "scroll-dev-0220" }
poseidon = { git = "https://github.com/kroma-network/poseidon.git", branch = "feat/upstream-scroll-v0.9.9" }
num-integer = "0.1"
num-bigint = { version = "0.4", features = ["rand"] }

Expand Down

0 comments on commit 0174670

Please sign in to comment.