Skip to content

Commit

Permalink
Fix broken valid to logic
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Jul 9, 2024
1 parent 30556e4 commit e579a81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ members = [
# diesel 1.4.* supports up to 0.23.0, but sqlx 0.5.9 requires 0.22.0
# sqlx 0.5.10 need 0.23.2, so 0.5.9 is last version possible
derive_more = "0.99.11"
erc20_payment_lib = { git = "https://github.com/golemfactory/erc20_payment_lib", rev = "3404b727d79fbacd87a8c708f6b7dd5a2745630f" }
erc20_processor = { git = "https://github.com/golemfactory/erc20_payment_lib", rev = "3404b727d79fbacd87a8c708f6b7dd5a2745630f" }
erc20_payment_lib = { git = "https://github.com/golemfactory/erc20_payment_lib", rev = "c2d548c2d58d04d1c3ca865ac621b8ec7bf0d471" }
erc20_processor = { git = "https://github.com/golemfactory/erc20_payment_lib", rev = "c2d548c2d58d04d1c3ca865ac621b8ec7bf0d471" }
#erc20_payment_lib = { path = "../../payments/erc20_payment_lib/crates/erc20_payment_lib" }
#erc20_processor = { path = "../../payments/erc20_payment_lib" }
#erc20_payment_lib = { version = "=0.4.1" }
Expand Down

0 comments on commit e579a81

Please sign in to comment.