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"