Skip to content

Commit

Permalink
Release v0.7.4 (#246)
Browse files Browse the repository at this point in the history
Release `v0.7.4`.
  • Loading branch information
silathdiir authored Aug 24, 2023
1 parent f85f107 commit be0ed29
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions prover/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "prover"
version = "0.7.3"
version = "0.7.4"
edition = "2021"

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

[dependencies]
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2.git", tag = "v2023_02_02" }

aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" }
aggregator = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
bus-mapping = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
zkevm-circuits = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4", default-features = false, features = ["test","scroll","scroll-trace","shanghai"] }
mpt-zktrie = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
mock = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }

snark-verifier = { git = "https://github.com/scroll-tech/snark-verifier", tag = "v0.1.2" }
snark-verifier-sdk = { git = "https://github.com/scroll-tech/snark-verifier", tag = "v0.1.2" }
Expand Down
4 changes: 2 additions & 2 deletions types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "types"
version = "0.7.3"
version = "0.7.4"
edition = "2021"

[dependencies]
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.3" }
eth-types = { git = "https://github.com/scroll-tech/zkevm-circuits.git", tag = "v0.7.4" }
base64 = "0.13.0"
blake2 = "0.10.3"
ethers-core = "0.17.0"
Expand Down

0 comments on commit be0ed29

Please sign in to comment.