diff --git a/Cargo.lock b/Cargo.lock index 6ac54082..b65809e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2412,7 +2412,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "era_test_node" -version = "0.1.0-alpha.30" +version = "0.1.0-alpha.31" dependencies = [ "alloy", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f2686d7c..a59b4dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "era_test_node" -version = "0.1.0-alpha.30" +version = "0.1.0-alpha.31" edition = "2018" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/" @@ -8,7 +8,7 @@ repository = "https://github.com/matter-labs/era-test-node" license = "MIT OR Apache-2.0" keywords = ["blockchain", "zksync"] categories = ["cryptography"] -publish = false # We don't want to publish our binaries. +publish = false # We don't want to publish our binaries. [dependencies] zksync_multivm = { git = "https://github.com/matter-labs/zksync-era.git", rev = "6c034f6e180cc92e99766f14c8840c90efa56cec" }