From 93a7e23ddf34d080aac9bf6240917fd4116480fd Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Wed, 4 Dec 2024 10:10:19 -0600 Subject: [PATCH] chore: bump toml for release (#470) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e27939e6..b159b70d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "anvil-zksync" -version = "0.2.0" +version = "0.2.1" dependencies = [ "alloy", "alloy-signer", diff --git a/Cargo.toml b/Cargo.toml index 5d5bd7f8..70189cd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anvil-zksync" -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = ["The Matter Labs Team "] homepage = "https://zksync.io/"