Skip to content

Commit e7c3320

Browse files
committed
chore: release
1 parent 554b823 commit e7c3320

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ which is configured [here](./cliff.toml).
1010

1111
Please do not manually edit this file.
1212

13-
## [2.0.12] - 2024-01-11
13+
## [2.0.13] - 2024-01-30
1414

1515
### Bug Fixes
1616

Cargo.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "2.0.12"
2+
version = "2.0.13"
33
edition = "2021"
44
rust-version = "1.65"
55
license = "MIT OR Apache-2.0"
@@ -67,18 +67,18 @@ resolver = "2"
6767

6868
[workspace.dependencies]
6969
# 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 }
7979

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 }
8282

8383
# async / async utils
8484
tokio = "1.32"

0 commit comments

Comments
 (0)