(cargo-release) version 0.17.0
This commit is contained in:
parent
2ef60411ea
commit
c35f673dc5
|
@ -1171,7 +1171,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ethers-middleware"
|
||||
version = "0.13.0"
|
||||
version = "0.17.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"ethers-contract",
|
||||
|
|
|
@ -86,7 +86,7 @@ ethers-contract = { version = "^0.17.0", default-features = false, path = "./eth
|
|||
ethers-core = { version = "^0.17.0", default-features = false, path = "./ethers-core" }
|
||||
ethers-providers = { version = "^0.17.0", default-features = false, path = "./ethers-providers" }
|
||||
ethers-signers = { version = "^0.17.0", default-features = false, path = "./ethers-signers" }
|
||||
ethers-middleware = { version = "^0.13.0", default-features = false, path = "./ethers-middleware" }
|
||||
ethers-middleware = { version = "^0.17.0", default-features = false, path = "./ethers-middleware" }
|
||||
ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc", optional = true }
|
||||
ethers-etherscan = { version = "^0.17.0", default-features = false, path = "./ethers-etherscan" }
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "ethers-middleware"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.13.0"
|
||||
version = "0.17.0"
|
||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||
edition = "2018"
|
||||
description = "Middleware implementations for the ethers-rs crate"
|
||||
|
|
Loading…
Reference in New Issue