|
1 | 1 | [workspace.package]
|
2 |
| -version = "2.0.12" |
| 2 | +version = "2.0.13" |
3 | 3 | edition = "2021"
|
4 | 4 | rust-version = "1.65"
|
5 | 5 | license = "MIT OR Apache-2.0"
|
@@ -67,18 +67,18 @@ resolver = "2"
|
67 | 67 |
|
68 | 68 | [workspace.dependencies]
|
69 | 69 | # workspace crates
|
70 |
| -ethers = { version = "2.0.12", path = "ethers", default-features = false } |
71 |
| -ethers-addressbook = { version = "2.0.12", path = "ethers-addressbook", default-features = false } |
72 |
| -ethers-contract = { version = "2.0.12", path = "ethers-contract", default-features = false } |
73 |
| -ethers-core = { version = "2.0.12", path = "ethers-core", default-features = false } |
74 |
| -ethers-etherscan = { version = "2.0.12", path = "ethers-etherscan", default-features = false } |
75 |
| -ethers-middleware = { version = "2.0.12", path = "ethers-middleware", default-features = false } |
76 |
| -ethers-providers = { version = "2.0.12", path = "ethers-providers", default-features = false } |
77 |
| -ethers-signers = { version = "2.0.12", path = "ethers-signers", default-features = false } |
78 |
| -ethers-solc = { version = "2.0.12", path = "ethers-solc", default-features = false } |
| 70 | +ethers = { version = "2.0.13", path = "ethers", default-features = false } |
| 71 | +ethers-addressbook = { version = "2.0.13", path = "ethers-addressbook", default-features = false } |
| 72 | +ethers-contract = { version = "2.0.13", path = "ethers-contract", default-features = false } |
| 73 | +ethers-core = { version = "2.0.13", path = "ethers-core", default-features = false } |
| 74 | +ethers-etherscan = { version = "2.0.13", path = "ethers-etherscan", default-features = false } |
| 75 | +ethers-middleware = { version = "2.0.13", path = "ethers-middleware", default-features = false } |
| 76 | +ethers-providers = { version = "2.0.13", path = "ethers-providers", default-features = false } |
| 77 | +ethers-signers = { version = "2.0.13", path = "ethers-signers", default-features = false } |
| 78 | +ethers-solc = { version = "2.0.13", path = "ethers-solc", default-features = false } |
79 | 79 |
|
80 |
| -ethers-contract-abigen = { version = "2.0.12", path = "ethers-contract/ethers-contract-abigen", default-features = false } |
81 |
| -ethers-contract-derive = { version = "2.0.12", path = "ethers-contract/ethers-contract-derive", default-features = false } |
| 80 | +ethers-contract-abigen = { version = "2.0.13", path = "ethers-contract/ethers-contract-abigen", default-features = false } |
| 81 | +ethers-contract-derive = { version = "2.0.13", path = "ethers-contract/ethers-contract-derive", default-features = false } |
82 | 82 |
|
83 | 83 | # async / async utils
|
84 | 84 | tokio = "1.32"
|
|
0 commit comments