Skip to content

Commit

Permalink
chore: update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot committed Jan 29, 2025
1 parent a598681 commit cba448c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions zkstack_cli/Cargo.lock

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

8 changes: 4 additions & 4 deletions zkstack_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ keywords = ["zk", "cryptography", "blockchain", "ZKStack", "ZKsync"]

[workspace.dependencies]
# Local dependencies
zkstack_cli_common = { version = "0.1.2", path = "crates/common" }
zkstack_cli_config = { version = "0.1.2", path = "crates/config" }
zkstack_cli_types = { version = "0.1.2", path = "crates/types" }
zkstack_cli_git_version_macro = { version = "0.1.2", path = "crates/git_version_macro" }
zkstack_cli_common = { version = "0.2.0", path = "crates/common" }
zkstack_cli_config = { version = "0.2.0", path = "crates/config" }
zkstack_cli_types = { version = "0.2.0", path = "crates/types" }
zkstack_cli_git_version_macro = { version = "0.2.0", path = "crates/git_version_macro" }

# ZkSync deps
zksync_config = { path = "../core/lib/config" }
Expand Down

0 comments on commit cba448c

Please sign in to comment.