Skip to content

Commit c4aea8e

Browse files
authored
Bump version to 0.25.7 (#972)
Bumps version so the latest changes could be deployed on crates.io
1 parent 3d83d04 commit c4aea8e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

ethcontract-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethcontract-common"
3-
version = "0.25.6"
3+
version = "0.25.7"
44
authors = ["Gnosis developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

ethcontract-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethcontract-derive"
3-
version = "0.25.6"
3+
version = "0.25.7"
44
authors = ["Gnosis developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -20,8 +20,8 @@ proc-macro = true
2020

2121
[dependencies]
2222
anyhow = "1.0"
23-
ethcontract-common = { version = "0.25.6", path = "../ethcontract-common" }
24-
ethcontract-generate = { version = "0.25.6", path = "../ethcontract-generate", default-features = false }
23+
ethcontract-common = { version = "0.25.7", path = "../ethcontract-common" }
24+
ethcontract-generate = { version = "0.25.7", path = "../ethcontract-generate", default-features = false }
2525
proc-macro2 = "1.0"
2626
quote = "1.0"
2727
syn = "2.0"

ethcontract-generate/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethcontract-generate"
3-
version = "0.25.6"
3+
version = "0.25.7"
44
authors = ["Gnosis developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ http = ["curl"]
1818
[dependencies]
1919
anyhow = "1.0"
2020
curl = { version = "0.4", optional = true }
21-
ethcontract-common = { version = "0.25.6", path = "../ethcontract-common" }
21+
ethcontract-common = { version = "0.25.7", path = "../ethcontract-common" }
2222
Inflector = "0.11"
2323
proc-macro2 = "1.0"
2424
quote = "1.0"

ethcontract-mock/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethcontract-mock"
3-
version = "0.25.6"
3+
version = "0.25.7"
44
authors = ["Gnosis developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -12,12 +12,12 @@ Tools for mocking ethereum contracts.
1212
"""
1313

1414
[dependencies]
15-
ethcontract = { version = "0.25.6", path = "../ethcontract", default-features = false, features = ["derive"] }
15+
ethcontract = { version = "0.25.7", path = "../ethcontract", default-features = false, features = ["derive"] }
1616
hex = "0.4"
1717
mockall = "0.11"
1818
rlp = "0.5"
1919
predicates = "3.0"
2020

2121
[dev-dependencies]
2222
tokio = { version = "1.6", features = ["macros", "rt"] }
23-
ethcontract-derive = { version = "0.25.6", path = "../ethcontract-derive", default-features = false }
23+
ethcontract-derive = { version = "0.25.7", path = "../ethcontract-derive", default-features = false }

ethcontract/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethcontract"
3-
version = "0.25.6"
3+
version = "0.25.7"
44
authors = ["Gnosis developers <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -35,8 +35,8 @@ ws-tokio = ["web3/ws-tokio"]
3535
aws-config = { version = "0.55", optional = true }
3636
aws-sdk-kms = { version = "0.28", optional = true }
3737
arrayvec = "0.7"
38-
ethcontract-common = { version = "0.25.6", path = "../ethcontract-common" }
39-
ethcontract-derive = { version = "0.25.6", path = "../ethcontract-derive", optional = true, default-features = false }
38+
ethcontract-common = { version = "0.25.7", path = "../ethcontract-common" }
39+
ethcontract-derive = { version = "0.25.7", path = "../ethcontract-derive", optional = true, default-features = false }
4040
futures = "0.3"
4141
futures-timer = "3.0"
4242
hex = "0.4"

0 commit comments

Comments
 (0)