Skip to content

Commit

Permalink
Updated deps to v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-zk committed Sep 20, 2023
1 parent 19b7cca commit 070dcdc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 57 deletions.
83 changes: 35 additions & 48 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", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_core = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
vm = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
vlog = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", rev = "a98e454221da7d6ecad9b317cf44b0786e819659" }
zksync_basic_types = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
zksync_core = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
vm = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
vlog = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
zksync_contracts = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
zksync_types = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
zksync_utils = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
zksync_state = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
zksync_web3_decl = { git = "https://github.com/matter-labs/zksync-era.git", tag = "v6.0.0-rc1" }
openssl-sys = { version = "0.9", features = ["vendored"] }

anyhow = "1.0"
Expand Down

0 comments on commit 070dcdc

Please sign in to comment.