Skip to content

Commit

Permalink
Update erc20 lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Nov 24, 2023
1 parent 89c6916 commit 45792fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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 @@ -232,7 +232,7 @@ members = [
libsqlite3-sys = { version = "0.26.0", features = ["bundled"] }
#erc20_payment_lib = { version = "0.3.2", git = "https://github.com/golemfactory/erc20_payment_lib", rev = "2fb9949b43ccedf0dfad61926d567debd2d6086f" }
#erc20_payment_lib = { path = "../../payments/erc20_payment_lib/crates/erc20_payment_lib" }
erc20_payment_lib = { version = "=0.3.11" }
erc20_payment_lib = { version = "=0.3.12" }
rand = "0.8.5"
url = "2.3.1"
trust-dns-resolver = "0.22"
Expand Down

0 comments on commit 45792fe

Please sign in to comment.