diff --git a/Cargo.lock b/Cargo.lock index e54fc66..1bf13dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3582,7 +3582,7 @@ dependencies = [ [[package]] name = "zksync-web3-rs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 6d191a7..6f2461f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zksync-web3-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" description = "Rust SDK for zkSync Era"