(cargo-release) version 1.0.0

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

2
Cargo.lock generated
View File

@ -1360,7 +1360,7 @@ dependencies = [
[[package]]
name = "ethers-middleware"
version = "0.17.0"
version = "1.0.0"
dependencies = [
"async-trait",
"auto_impl 0.5.0",

View File

@ -94,7 +94,7 @@ ethers-contract = { version = "^1.0.0", default-features = false, path = "./ethe
ethers-core = { version = "^1.0.0", default-features = false, path = "./ethers-core" }
ethers-providers = { version = "^1.0.0", default-features = false, path = "./ethers-providers" }
ethers-signers = { version = "^1.0.0", default-features = false, path = "./ethers-signers" }
ethers-middleware = { version = "^0.17.0", default-features = false, path = "./ethers-middleware" }
ethers-middleware = { version = "^1.0.0", default-features = false, path = "./ethers-middleware" }
ethers-solc = { version = "^1.0.0", default-features = false, path = "./ethers-solc", optional = true }
ethers-etherscan = { version = "^1.0.0", default-features = false, path = "./ethers-etherscan" }

View File

@ -1,6 +1,6 @@
[package]
name = "ethers-middleware"
version = "0.17.0"
version = "1.0.0"
edition = "2018"
rust-version = "1.62"
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]