File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/erc20_payment_lib_test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ path = "src/main.rs"
1515name = " erc20_processor"
1616description = " Payment processor for ERC20 tokens"
1717authors = [
" Sieciech Czajka <[email protected] >" ]
18- version = " 0.3.3 "
18+ version = " 0.3.4 "
1919edition = " 2021"
2020license = " MIT"
2121
Original file line number Diff line number Diff line change 22name = " erc20_payment_lib_test"
33description = " Payment processor for ERC20 tokens"
44authors = [
" Sieciech Czajka <[email protected] >" ]
5- version = " 0.3.3 "
5+ version = " 0.3.4 "
66edition = " 2021"
77license = " MIT"
88
@@ -36,5 +36,5 @@ serde_json = { workspace = true }
3636uuid = { workspace = true }
3737env_logger = { workspace = true }
3838erc20_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 " }
You can’t perform that action at this time.
0 commit comments