@@ -35,17 +35,17 @@ serde_json = "1.0.78"
3535hash-circuit = { package = " poseidon-circuit" , git = " https://github.com/scroll-tech/poseidon-circuit.git" , branch = " scroll-dev-0901" }
3636misc-precompiled-circuit = { package = " misc-precompiled-circuit" , git = " https://github.com/scroll-tech/misc-precompiled-circuit.git" , tag = " v0.1.0" }
3737
38- halo2-base = { git = " https://github.com/scroll-tech/halo2-lib" , tag = " v0.1.1 " , default-features =false , features =[" halo2-pse" ," display" ] }
39- halo2-ecc = { git = " https://github.com/scroll-tech/halo2-lib" , tag = " v0.1.1 " , default-features =false , features =[" halo2-pse" ," display" ] }
38+ halo2-base = { git = " https://github.com/scroll-tech/halo2-lib" , tag = " v0.1.3 " , default-features =false , features =[" halo2-pse" ," display" ] }
39+ halo2-ecc = { git = " https://github.com/scroll-tech/halo2-lib" , tag = " v0.1.3 " , default-features =false , features =[" halo2-pse" ," display" ] }
4040
4141maingate = { git = " https://github.com/privacy-scaling-explorations/halo2wrong" , tag = " v2023_02_02" }
4242
4343libsecp256k1 = " 0.7"
4444num-bigint = { version = " 0.4" }
4545subtle = " 2.4"
4646rand_chacha = " 0.3"
47- snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , tag = " v0.1.3 " }
48- snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , tag = " v0.1.3 " , default-features =false , features = [" loader_halo2" , " loader_evm" , " halo2-pse" ] }
47+ snark-verifier = { git = " https://github.com/scroll-tech/snark-verifier" , tag = " v0.1.4 " }
48+ snark-verifier-sdk = { git = " https://github.com/scroll-tech/snark-verifier" , tag = " v0.1.4 " , default-features =false , features = [" loader_halo2" , " loader_evm" , " halo2-pse" ] }
4949hex = " 0.4.3"
5050rayon = " 1.5"
5151once_cell = " 1.17.0"
0 commit comments