Skip to content

Commit 7994e93

Browse files
chore: update Cargo.lock
1 parent b9d85d2 commit 7994e93

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

zkstack_cli/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zkstack_cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ keywords = ["zk", "cryptography", "blockchain", "ZKStack", "ZKsync"]
2121

2222
[workspace.dependencies]
2323
# Local dependencies
24-
zkstack_cli_common = { version = "=0.2.1", path = "crates/common" }
25-
zkstack_cli_config = { version = "=0.2.1", path = "crates/config" }
26-
zkstack_cli_types = { version = "=0.2.1", path = "crates/types" }
27-
zkstack_cli_git_version_macro = { version = "=0.2.1", path = "crates/git_version_macro" }
24+
zkstack_cli_common = { version = "=0.2.2", path = "crates/common" }
25+
zkstack_cli_config = { version = "=0.2.2", path = "crates/config" }
26+
zkstack_cli_types = { version = "=0.2.2", path = "crates/types" }
27+
zkstack_cli_git_version_macro = { version = "=0.2.2", path = "crates/git_version_macro" }
2828

2929
# ZkSync deps
3030
zksync_basic_types = { path = "../core/lib/basic_types" }

0 commit comments

Comments
 (0)