Skip to content

Commit 8cca4d7

Browse files
committed
feature: bump to v0.4.2
1 parent 46eaeef commit 8cca4d7

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/main.rs"
1717
name = "erc20_processor"
1818
description = "Payment processor for ERC20 tokens"
1919
authors = ["Sieciech Czajka <[email protected]>"]
20-
version = "0.4.1"
20+
version = "0.4.2"
2121
edition = "2021"
2222
license = "MIT"
2323

crates/erc20_payment_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "erc20_payment_lib"
33
description = "Payment processor for ERC20 tokens"
44
authors = ["Sieciech Czajka <[email protected]>"]
5-
version = "0.4.1"
5+
version = "0.4.2"
66
edition = "2021"
77
license = "MIT"
88

crates/erc20_payment_lib_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "erc20_payment_lib_common"
33
description = "Payment processor for ERC20 tokens"
44
authors = ["Sieciech Czajka <[email protected]>"]
5-
version = "0.4.1"
5+
version = "0.4.2"
66
edition = "2021"
77
license = "MIT"
88

crates/erc20_payment_lib_extra/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "erc20_payment_lib_extra"
33
description = "Payment processor for ERC20 tokens"
44
authors = ["Sieciech Czajka <[email protected]>"]
5-
version = "0.4.1"
5+
version = "0.4.2"
66
edition = "2021"
77
license = "MIT"
88

crates/erc20_payment_lib_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "erc20_payment_lib_test"
33
description = "Payment processor for ERC20 tokens"
44
authors = ["Sieciech Czajka <[email protected]>"]
5-
version = "0.4.1"
5+
version = "0.4.2"
66
edition = "2021"
77
license = "MIT"
88

crates/erc20_rpc_pool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "erc20_rpc_pool"
33
description = "Rpc pool for web3 library"
44
authors = ["Sieciech Czajka <[email protected]>"]
5-
version = "0.4.1"
5+
version = "0.4.2"
66
edition = "2021"
77
license = "MIT"
88

crates/web3_test_proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "web3_test_proxy"
33
description = "Simple proxy for web3 for listing latest web3 traffic"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
edition = "2021"
66
license = "MIT"
77
authors = ["Sieciech Czajka <[email protected]>"]

crates/web3_test_proxy_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web3_test_proxy_client"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Proxy for web3 test proxy"
55
authors = ["Sieciech Czajka <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)