Skip to content

Commit ccb3cd4

Browse files
authored
Release v0.6.5 (#233)
Use zkevm-circuits `v0.6.5`.
1 parent e81455a commit ccb3cd4

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prover/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ edition = "2021"
88
[dependencies]
99
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_02_02" }
1010

11-
aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4" }
12-
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4" }
13-
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4" }
14-
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
15-
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4" }
16-
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4" }
11+
aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5" }
12+
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5" }
13+
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5" }
14+
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
15+
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5" }
16+
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5" }
1717

1818
snark-verifier = { git = "https://github.com/scroll-tech/snark-verifier", tag = "v0.1.2" }
1919
snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", tag = "v0.1.2" }

types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.4"
44
edition = "2021"
55

66
[dependencies]
7-
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.4" }
7+
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.6.5" }
88
base64 = "0.13.0"
99
blake2 = "0.10.3"
1010
ethers-core = "0.17.0"

0 commit comments

Comments
 (0)