Skip to content

Commit

Permalink
Update More zk_evm Dependencies (matter-labs#95)
Browse files Browse the repository at this point in the history
### What

This PR modifies more indirect clients of zk_evm branch v1.3.3 which are
dependencies of zksync-era to use it at the v1.3.3-rc0 tag.
  • Loading branch information
shahar4 authored Sep 20, 2023
1 parent efc69f9 commit 43abaa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion prover/prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ setup_key_generator_and_server = { path = "../setup_key_generator_and_server", v


api = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", branch = "v1.3.3", features=["gpu"], default-features=false}
prover-service = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", branch = "v1.3.3", features=["gpu"], default-features=false}
prover-service = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", tag = "v1.3.3-rc1", features=["gpu"], default-features=false}

zkevm_test_harness = { git = "https://github.com/matter-labs/era-zkevm_test_harness.git", tag = "v1.3.3-rc1"}

Expand Down
4 changes: 2 additions & 2 deletions prover/setup_key_generator_and_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ vlog = { path = "../../core/lib/vlog", version = "1.0" }
zksync_config = { path = "../../core/lib/config", version = "1.0" }

circuit_testing = {git = "https://github.com/matter-labs/era-circuit_testing.git", branch = "main"}
api = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", branch = "v1.3.3", features=["gpu"], default-features=false}
prover-service = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", branch = "v1.3.3", features=["gpu"], default-features=false}
api = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", tag = "v1.3.3-rc1", features=["gpu"], default-features=false}
prover-service = { git = "https://github.com/matter-labs/era-heavy-ops-service.git", tag = "v1.3.3-rc1", features=["gpu"], default-features=false}
zkevm_test_harness = { git = "https://github.com/matter-labs/era-zkevm_test_harness.git", tag = "v1.3.3-rc1"}


Expand Down

0 comments on commit 43abaa9

Please sign in to comment.