Skip to content

Commit 72bd6bd

Browse files
committed
Release 0.3.4
[email protected] [email protected] Generated by cargo-workspaces
1 parent 8514249 commit 72bd6bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515
name = "erc20_processor"
1616
description = "Payment processor for ERC20 tokens"
1717
authors = ["Sieciech Czajka <[email protected]>"]
18-
version = "0.3.3"
18+
version = "0.3.4"
1919
edition = "2021"
2020
license = "MIT"
2121

crates/erc20_payment_lib_test/Cargo.toml

Lines changed: 3 additions & 3 deletions
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.3.3"
5+
version = "0.3.4"
66
edition = "2021"
77
license = "MIT"
88

@@ -36,5 +36,5 @@ serde_json = { workspace = true }
3636
uuid = { workspace = true }
3737
env_logger = { workspace = true }
3838
erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.2" }
39-
erc20_payment_lib_extra = { path = "../erc20_payment_lib_extra" }
40-
web3_test_proxy_client = { path = "../web3_test_proxy_client" }
39+
erc20_payment_lib_extra = { path = "../erc20_payment_lib_extra", version = "0.3.2" }
40+
web3_test_proxy_client = { path = "../web3_test_proxy_client", version = "0.3.2" }

0 commit comments

Comments
 (0)