Skip to content

Commit 866ebb4

Browse files
authored
Bump version to 0.4.7
1 parent 79955d7 commit 866ebb4

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
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: 6 additions & 6 deletions
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.6"
20+
version = "0.4.7"
2121
edition = "2021"
2222
license = "MIT"
2323

@@ -77,11 +77,11 @@ web3 = { version = "0.19", default-features = false, features = [
7777
"http-rustls-tls",
7878
] }
7979
# local dependencies
80-
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "0.4.6" }
81-
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.4.6" }
82-
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "0.4.6" }
83-
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.4.6" }
84-
web3_test_proxy_client = { path = "crates/web3_test_proxy_client", version = "0.4.6" }
80+
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "0.4.7" }
81+
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.4.7" }
82+
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "0.4.7" }
83+
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.4.7" }
84+
web3_test_proxy_client = { path = "crates/web3_test_proxy_client", version = "0.4.7" }
8585

8686
[dependencies]
8787
actix-cors = { workspace = true }

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.6"
5+
version = "0.4.7"
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.6"
5+
version = "0.4.7"
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.6"
5+
version = "0.4.7"
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.6"
5+
version = "0.4.7"
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.6"
5+
version = "0.4.7"
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.6"
4+
version = "0.4.7"
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.6"
3+
version = "0.4.7"
44
description = "Proxy for web3 test proxy"
55
authors = ["Sieciech Czajka <[email protected]>"]
66
edition = "2021"

0 commit comments

Comments
 (0)