Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 21, 2023
1 parent ae8cbce commit 2306296
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions bootloader/test_infra/Cargo.lock

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

12 changes: 6 additions & 6 deletions bootloader/test_infra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2021"

[dependencies]

vm = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
vlog = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
vm = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-with-big-batch" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-with-big-batch" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-with-big-batch" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-with-big-batch" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-with-big-batch" }
vlog = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-with-big-batch" }

colored = "2.0"
hex = "0.4"
Expand Down

0 comments on commit 2306296

Please sign in to comment.