(cargo-release) version 1.0.0
This commit is contained in:
parent
237accb957
commit
1e4e4353f8
|
@ -1207,7 +1207,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ethers"
|
||||
version = "0.17.0"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"ethers-addressbook",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ethers"
|
||||
version = "0.17.0"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.62"
|
||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||
|
|
|
@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
|
|||
default = ["console_error_panic_hook"]
|
||||
|
||||
[dependencies]
|
||||
ethers = { path = "../..", version = "0.17.0", features = ["abigen", "legacy", "ws"] }
|
||||
ethers = { path = "../..", version = "1.0.0", features = ["abigen", "legacy", "ws"] }
|
||||
|
||||
wasm-bindgen-futures = "0.4.33"
|
||||
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
|
||||
|
|
Loading…
Reference in New Issue