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 23, 2024
1 parent 91e72c1 commit b3a09ab
Showing 1 changed file with 3 additions and 3 deletions.
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.1.0"
version = "0.2.0"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -36,8 +36,8 @@ zk_evm_abstractions = "0.150.0"
zk_evm = { git = "https://github.com/matter-labs/era-zk_evm.git", rev = "b7caa02acc2119b2994730d92c8cb6b861f56484" }

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

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

0 comments on commit b3a09ab

Please sign in to comment.