(cargo-release) version 1.0.0

This commit is contained in:
Georgios Konstantopoulos 2022-10-25 11:03:01 -07:00
parent 237accb957
commit 1e4e4353f8
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1207,7 +1207,7 @@ dependencies = [
[[package]]
name = "ethers"
version = "0.17.0"
version = "1.0.0"
dependencies = [
"bytes",
"ethers-addressbook",

View File

@ -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>"]

View File

@ -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"] }