(cargo-release) version 0.13.0
This commit is contained in:
parent
83affb4c9c
commit
5e0f38ae40
|
@ -1303,7 +1303,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ethers-middleware"
|
name = "ethers-middleware"
|
||||||
version = "0.6.2"
|
version = "0.13.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"ethers-contract",
|
"ethers-contract",
|
||||||
|
|
|
@ -87,7 +87,7 @@ ethers-contract = { version = "^0.13.0", default-features = false, path = "./eth
|
||||||
ethers-core = { version = "^0.13.0", default-features = false, path = "./ethers-core" }
|
ethers-core = { version = "^0.13.0", default-features = false, path = "./ethers-core" }
|
||||||
ethers-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers" }
|
ethers-providers = { version = "^0.13.0", default-features = false, path = "./ethers-providers" }
|
||||||
ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" }
|
ethers-signers = { version = "^0.13.0", default-features = false, path = "./ethers-signers" }
|
||||||
ethers-middleware = { version = "^0.6.0", default-features = false, path = "./ethers-middleware" }
|
ethers-middleware = { version = "^0.13.0", default-features = false, path = "./ethers-middleware" }
|
||||||
ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc" }
|
ethers-solc = { version = "^0.13.0", default-features = false, path = "./ethers-solc" }
|
||||||
ethers-etherscan = { version = "^0.13.0", default-features = false, path = "./ethers-etherscan" }
|
ethers-etherscan = { version = "^0.13.0", default-features = false, path = "./ethers-etherscan" }
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ futures-util = { version = "^0.3" }
|
||||||
hex = { version = "0.4.3", default-features = false, features = ["std"] }
|
hex = { version = "0.4.3", default-features = false, features = ["std"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
ethers-middleware = { version = "^0.6.0", path = "../ethers-middleware" }
|
ethers-middleware = { version = "^0.13.0", path = "../ethers-middleware" }
|
||||||
ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false, features = ["ws"] }
|
ethers-providers = { version = "^0.13.0", path = "../ethers-providers", default-features = false, features = ["ws"] }
|
||||||
ethers-signers = { version = "^0.13.0", path = "../ethers-signers" }
|
ethers-signers = { version = "^0.13.0", path = "../ethers-signers" }
|
||||||
ethers-contract-abigen = { version = "^0.13.0", path = "ethers-contract-abigen" }
|
ethers-contract-abigen = { version = "^0.13.0", path = "ethers-contract-abigen" }
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ethers-middleware"
|
name = "ethers-middleware"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
version = "0.6.2"
|
version = "0.13.0"
|
||||||
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
authors = ["Georgios Konstantopoulos <me@gakonst.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Middleware implementations for the ethers-rs crate"
|
description = "Middleware implementations for the ethers-rs crate"
|
||||||
|
|
Loading…
Reference in New Issue