diff --git a/Cargo.lock b/Cargo.lock index 9b136ec..15538d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3577,7 +3577,7 @@ dependencies = [ [[package]] name = "zksync-web3-rs" -version = "0.1.1" +version = "0.2.0" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index c4fac4c..ec7527a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zksync-web3-rs" -version = "0.1.1" +version = "0.2.0" edition = "2021" license = "MIT" description = "Rust SDK for zkSync Era"