Skip to content

Commit

Permalink
erc20next: use git source for erc20_payment_lib dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kamirr committed Aug 29, 2023
1 parent bc2d4fe commit fef718a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ path = "core/serv/src/main.rs"
# 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 = { path = "../../payments/erc20_payment_lib/crates/erc20_payment_lib" }
erc20_payment_lib = { git = "https://github.com/golemfactory/erc20_payment_lib" }
#erc20_payment_lib = { path = "../../payments/erc20_payment_lib/crates/erc20_payment_lib" }
#erc20_payment_lib = { version = "=0.1.9" }

[dependencies]
Expand Down

0 comments on commit fef718a

Please sign in to comment.