Skip to content

Commit

Permalink
feature: bump to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 30, 2024
1 parent 46eaeef commit 8cca4d7
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
name = "erc20_processor"
description = "Payment processor for ERC20 tokens"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "erc20_payment_lib"
description = "Payment processor for ERC20 tokens"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "erc20_payment_lib_common"
description = "Payment processor for ERC20 tokens"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib_extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "erc20_payment_lib_extra"
description = "Payment processor for ERC20 tokens"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/erc20_payment_lib_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "erc20_payment_lib_test"
description = "Payment processor for ERC20 tokens"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/erc20_rpc_pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "erc20_rpc_pool"
description = "Rpc pool for web3 library"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion crates/web3_test_proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "web3_test_proxy"
description = "Simple proxy for web3 for listing latest web3 traffic"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
authors = ["Sieciech Czajka <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/web3_test_proxy_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "web3_test_proxy_client"
version = "0.4.1"
version = "0.4.2"
description = "Proxy for web3 test proxy"
authors = ["Sieciech Czajka <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 8cca4d7

Please sign in to comment.