(cargo-release) version 0.13.0
This commit is contained in:
parent
5e0f38ae40
commit
09057c250e
|
@ -1150,7 +1150,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ethers"
|
||||
version = "0.6.2"
|
||||
version = "0.13.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"ethers-addressbook",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ethers"
|
||||
version = "0.6.2"
|
||||
version = "0.13.0"
|
||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue