Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
crates.io 0.150.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Aug 12, 2024
1 parent 0fa2472 commit b7c13bf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zkevm_test_harness"
version = "0.150.2-rc.3"
version = "0.150.2"
edition = "2021"
authors = ["Alex Vlasov <[email protected]>", "Konstantin Panarin <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -25,9 +25,9 @@ name = "geometry_config_generator"
path = "src/geometry_config_generator/main.rs"

[dependencies]
circuit_definitions = { version = "=0.150.2-rc.3", path = "./circuit_definitions"}
circuit_sequencer_api = { version = "=0.150.2-rc.3", path = "./circuit_sequencer_api"}
kzg = { package = "zksync_kzg", version = "=0.150.2-rc.3", path = "./kzg"}
circuit_definitions = { version = "=0.150.2", path = "./circuit_definitions"}
circuit_sequencer_api = { version = "=0.150.2", path = "./circuit_sequencer_api"}
kzg = { package = "zksync_kzg", version = "=0.150.2", path = "./kzg"}

zkevm-assembly = "=0.150.0"

Expand Down
4 changes: 2 additions & 2 deletions circuit_definitions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circuit_definitions"
version = "0.150.2-rc.3"
version = "0.150.2"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -16,7 +16,7 @@ description = "ZKsync Era circuits definitions"
snark_wrapper = "=0.1.2"
# snark_wrapper = {path = "../../snark_wrapper"}

circuit_encodings = { version = "0.150.2-rc.3", path = "../circuit_encodings" }
circuit_encodings = { version = "0.150.2", path = "../circuit_encodings" }

derivative = "2.2"
serde = {version = "1", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion circuit_encodings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circuit_encodings"
version = "0.150.2-rc.3"
version = "0.150.2"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand Down
4 changes: 2 additions & 2 deletions circuit_sequencer_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circuit_sequencer_api"
version = "0.150.2-rc.3"
version = "0.150.2"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand All @@ -14,7 +14,7 @@ description = "ZKsync Era circuit API for sequencer"

[dependencies]

circuit_encodings = { version = "=0.150.2-rc.3", path = "../circuit_encodings"}
circuit_encodings = { version = "=0.150.2", path = "../circuit_encodings"}
bellman = { package = "bellman_ce", version = "=0.7.0" }


Expand Down
2 changes: 1 addition & 1 deletion kzg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zksync_kzg"
version = "0.150.2-rc.3"
version = "0.150.2"
edition = "2021"
authors = ["The Matter Labs Team <[email protected]>"]
homepage = "https://zksync.io/"
Expand Down

0 comments on commit b7c13bf

Please sign in to comment.