(cargo-release) version 1.0.0
This commit is contained in:
parent
de02d08ff7
commit
237accb957
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
||||
|
|
|
@ -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>"]
|
||||
|
|
Loading…
Reference in New Issue