Skip to content

Commit

Permalink
Merge branch 'payments-dev' into kek/rename-drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr authored Oct 23, 2023
2 parents e7a9db8 + 42828e7 commit 3c81b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ 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
libsqlite3-sys = { version = "0.26.0", features = ["bundled"] }
erc20_payment_lib = { git = "https://github.com/golemfactory/erc20_payment_lib", rev = "7d732f4ba0117613273b9857f0d16518449c26f8" }
erc20_payment_lib = { git = "https://github.com/golemfactory/erc20_payment_lib", rev = "0d6887c9150e37159e08763016320d7e854f0697" }
#erc20_payment_lib = { path = "../../payments/erc20_payment_lib/crates/erc20_payment_lib" }
#erc20_payment_lib = { version = "=0.2.2" }
rand = "0.8.5"
Expand Down

0 comments on commit 3c81b89

Please sign in to comment.