Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit 9699d40

Browse files
authored
Release v0.7.5 (#247)
Release `v0.7.5`.
1 parent be0ed29 commit 9699d40

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prover/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
name = "prover"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

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.7.4" }
12-
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
13-
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
14-
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
15-
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
16-
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
11+
aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.5" }
12+
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.5" }
13+
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.5" }
14+
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.5", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
15+
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.5" }
16+
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "types"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
edition = "2021"
55

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

0 commit comments

Comments
 (0)