Skip to content

Commit

Permalink
Pin commit for the zksync-era dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Oct 3, 2023
1 parent 9333993 commit 4425524
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ categories = ["cryptography"]
publish = false # We don't want to publish our binaries.

[dependencies]
zksync_basic_types = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
zksync_core = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
vm = { 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" }
zksync_contracts = { 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_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" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", branch = "boojum-integration" }
zksync_basic_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
zksync_core = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
vm = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
vlog = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", rev = "9557e3e3f6505c6e2ccbcd98242948e844baaf59" }



Expand Down

0 comments on commit 4425524

Please sign in to comment.