Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jan 11, 2024
1 parent 5fa7f1d commit ef9a504
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 31 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.

10 changes: 5 additions & 5 deletions 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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -117,10 +117,10 @@ url = { workspace = true }
uuid = { workspace = true }
web3 = { workspace = true }

erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "0.3.7" }
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.3.7" }
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "0.3.7" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.3.2" }
erc20_rpc_pool = { path = "crates/erc20_rpc_pool", version = "0.3.20" }
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.3.20" }
erc20_payment_lib_common = { path = "crates/erc20_payment_lib_common", version = "0.3.20" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.3.20" }

[dev-dependencies]
bollard = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions 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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -41,6 +41,6 @@ trust-dns-resolver = { workspace = true }
url = { workspace = true }
uuid = { workspace = true }
web3 = { workspace = true }
erc20_rpc_pool = { path = "../erc20_rpc_pool", version = "0.3.7" }
erc20_payment_lib_common = { path = "../erc20_payment_lib_common", version = "0.3.7" }
erc20_rpc_pool = { path = "../erc20_rpc_pool", version = "0.3.20" }
erc20_payment_lib_common = { path = "../erc20_payment_lib_common", version = "0.3.20" }

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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"

Expand Down
6 changes: 3 additions & 3 deletions 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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -35,5 +35,5 @@ actix-files = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }

erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.7" }
erc20_rpc_pool = { path = "../erc20_rpc_pool", version = "0.3.7" }
erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.20" }
erc20_rpc_pool = { path = "../erc20_rpc_pool", version = "0.3.20" }
12 changes: 6 additions & 6 deletions 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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -35,8 +35,8 @@ actix-files = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
env_logger = { workspace = true }
erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.2" }
erc20_payment_lib_common = { path = "../erc20_payment_lib_common", version = "0.3.2" }
erc20_payment_lib_extra = { path = "../erc20_payment_lib_extra", version = "0.3.2" }
web3_test_proxy_client = { path = "../web3_test_proxy_client", version = "0.3.2" }
erc20_rpc_pool = { path = "../erc20_rpc_pool", version = "0.3.2" }
erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.20" }
erc20_payment_lib_common = { path = "../erc20_payment_lib_common", version = "0.3.20" }
erc20_payment_lib_extra = { path = "../erc20_payment_lib_extra", version = "0.3.20" }
web3_test_proxy_client = { path = "../web3_test_proxy_client", version = "0.3.20" }
erc20_rpc_pool = { path = "../erc20_rpc_pool", version = "0.3.20" }
4 changes: 2 additions & 2 deletions 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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -40,4 +40,4 @@ toml = { workspace = true }
trust-dns-resolver = { workspace = true }
uuid = { workspace = true }
web3 = { workspace = true }
erc20_payment_lib_common = { path = "../erc20_payment_lib_common", version = "0.3.7" }
erc20_payment_lib_common = { path = "../erc20_payment_lib_common", version = "0.3.20" }
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.3.19"
version = "0.3.20"
edition = "2021"
license = "MIT"
authors = ["Sieciech Czajka <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions 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.3.19"
version = "0.3.20"
description = "Proxy for web3 test proxy"
authors = ["Sieciech Czajka <[email protected]>"]
edition = "2021"
Expand All @@ -16,4 +16,4 @@ serde_json = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
tokio = { workspace = true }
web3 = { workspace = true }
erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.2" }
erc20_payment_lib = { path = "../erc20_payment_lib", version = "0.3.20" }

0 comments on commit ef9a504

Please sign in to comment.