diff --git a/halo2_gadgets/Cargo.toml b/halo2_gadgets/Cargo.toml index 094a7a20..c51811f0 100644 --- a/halo2_gadgets/Cargo.toml +++ b/halo2_gadgets/Cargo.toml @@ -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/kroma-network/halo2curves', branch = 'kroma-0.3.1-derive-serde' } +halo2curves = { git = 'https://github.com/kroma-network/halo2curves', rev = "c0ac193" } proptest = { version = "1.0.0", optional = true } rand = "0.8" subtle = "2.3" diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index 5ee979c5..a21b41d9 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -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/kroma-network/halo2curves.git', branch = "kroma-0.3.1-derive-serde" } +halo2curves = { git = 'https://github.com/kroma-network/halo2curves.git', rev = "c0ac193"} 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/kroma-network/poseidon.git", branch = "kroma-dev-0220" } +poseidon = { git = "https://github.com/kroma-network/poseidon.git", rev = "00a2fe0" } num-integer = "0.1" num-bigint = { version = "0.4", features = ["rand"] }