Skip to content

Commit

Permalink
Version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 24, 2023
1 parent d0b17ad commit 55c3f9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/main.rs"
name = "erc20_processor"
description = "Payment processor for ERC20 tokens"
authors = ["Sieciech Czajka <[email protected]>"]
version = "0.2.2"
version = "0.3.0"
edition = "2021"
license = "MIT"

Expand Down Expand Up @@ -99,8 +99,8 @@ eth-keystore = { workspace = true }
stream-rate-limiter = { workspace = true }
fastrand = { workspace = true }

erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.2.1" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.2.1" }
erc20_payment_lib = { path = "crates/erc20_payment_lib", version = "0.3.0" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.3.0" }

[dev-dependencies]
bollard = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion 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.2.2"
version = "0.3.0"
edition = "2021"
license = "MIT"

Expand Down
4 changes: 2 additions & 2 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.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"

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

erc20_payment_lib = { path = "../../crates/erc20_payment_lib", version = "0.2.0" }
erc20_payment_lib = { path = "../../crates/erc20_payment_lib", version = "0.3.0" }

0 comments on commit 55c3f9f

Please sign in to comment.