Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 9, 2023
1 parent de6207b commit 31ad3a1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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.0"
version = "0.2.1"
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.0" }
erc20_payment_lib_extra = { path = "crates/erc20_payment_lib_extra", version = "0.2.0" }
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" }

[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.0"
version = "0.2.1"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion 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.0"
version = "0.2.1"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion 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.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 31ad3a1

Please sign in to comment.