From 09057c250e6de11da206b472dc9464408e0eb863 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 14 Jun 2022 13:59:12 +0300 Subject: [PATCH] (cargo-release) version 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- examples/ethers-wasm/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5eb7a060..462bfe72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1150,7 +1150,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.6.2" +version = "0.13.0" dependencies = [ "bytes", "ethers-addressbook", diff --git a/Cargo.toml b/Cargo.toml index fa95b12f..258c75bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.6.2" +version = "0.13.0" authors = ["Georgios Konstantopoulos "] license = "MIT OR Apache-2.0" edition = "2021" diff --git a/examples/ethers-wasm/Cargo.toml b/examples/ethers-wasm/Cargo.toml index c1a174d1..c43c503f 100644 --- a/examples/ethers-wasm/Cargo.toml +++ b/examples/ethers-wasm/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"] default = ["console_error_panic_hook"] [dependencies] -ethers = { path = "../..", version = "0.6.0", features = ["abigen", "legacy", "ws"] } +ethers = { path = "../..", version = "0.13.0", features = ["abigen", "legacy", "ws"] } serde_derive = "1.0.137" wasm-bindgen-futures = "0.4.30" serde_json = "1.0.64"