Skip to content

Commit

Permalink
Update version in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zksync-era-bot committed Sep 30, 2024
1 parent e23f9df commit 469e64b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -35,8 +35,8 @@ zk_evm_abstractions = "0.150.0"
zk_evm = "0.150.5"

# Dependencies within the workspace
zksync_vm2_interface = { version = "0.2.1", path = "crates/vm2-interface" }
zksync_vm2 = { version = "0.2.1", path = "crates/vm2" }
zksync_vm2_interface = { version = "0.3.0", path = "crates/vm2-interface" }
zksync_vm2 = { version = "0.3.0", path = "crates/vm2" }

[workspace.lints.rust]
missing_docs = "warn"
Expand Down

0 comments on commit 469e64b

Please sign in to comment.