diff --git a/prover_rust/Cargo.toml b/prover_rust/Cargo.toml index 71fc46152..279464354 100644 --- a/prover_rust/Cargo.toml +++ b/prover_rust/Cargo.toml @@ -32,7 +32,7 @@ halo2_proofs = { git = "https://github.com/scroll-tech/halo2.git", branch = "v1. snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", branch = "develop", default-features = false, features = ["loader_halo2", "loader_evm", "halo2-pse"] } prover = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.3", default-features = false, features = ["parallel_syn", "scroll", "shanghai"] } eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.10.3" } -prover_next = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.11.0rc1", default-features = false, features = ["parallel_syn", "scroll"] } +prover_next = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.11.0rc1", package = "prover", default-features = false, features = ["parallel_syn", "scroll"] } base64 = "0.13.1" reqwest = "0.12.4" once_cell = "1.19.0"