From c7eefc6058c5ff78c000684b7e17b100bde07ac8 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 28 Jul 2022 10:58:51 -0700 Subject: [PATCH] (cargo-release) version 0.17.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 6a4cf540..9d65170a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1031,7 +1031,7 @@ dependencies = [ [[package]] name = "ethers" -version = "0.13.0" +version = "0.17.0" dependencies = [ "bytes", "ethers-addressbook", diff --git a/Cargo.toml b/Cargo.toml index da2522a1..3e5472c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethers" -version = "0.13.0" +version = "0.17.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 a28f88d7..fb2956a6 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.13.0", features = ["abigen", "legacy", "ws"] } +ethers = { path = "../..", version = "0.17.0", features = ["abigen", "legacy", "ws"] } serde_derive = "1.0.137" wasm-bindgen-futures = "0.4.32" serde_json = "1.0.64"