Skip to content

Commit 95d137e

Browse files
committed
Bump version to 0.5.0
1 parent b268297 commit 95d137e

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -18,7 +18,7 @@ path = "src/main.rs"
1818
name = "erc20_processor"
1919
description = "Payment processor for ERC20 tokens"
2020
authors = ["Sieciech Czajka <[email protected]>"]
21-
version = "0.4.8"
21+
version = "0.5.0"
2222
edition = "2021"
2323
license = "MIT"
2424

@@ -79,11 +79,11 @@ web3 = { version = "0.19", default-features = false, features = [
7979
"http-rustls-tls",
8080
] }
8181
# local dependencies
82-
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "=0.4.8" }
83-
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "=0.4.8" }
84-
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "=0.4.8" }
85-
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "=0.4.8" }
86-
web3_test_proxy_client = { path = "crates/web3_test_proxy_client", version = "=0.4.8" }
82+
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "=0.5.0" }
83+
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "=0.5.0" }
84+
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "=0.5.0" }
85+
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "=0.5.0" }
86+
web3_test_proxy_client = { path = "crates/web3_test_proxy_client", version = "=0.5.0" }
8787

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

0 commit comments

Comments
 (0)