Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKapurDEV committed Sep 22, 2021
1 parent 6b7afc1 commit 0dc1480
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 54 deletions.
108 changes: 58 additions & 50 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions programs/monaco/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
anchor-lang = "0.13.2"
anchor-spl = "0.13.2"
solana-program = "1.7.8"
anchor-lending = { git="https://github.com/RohanKapurDEV/anchor-lending", version="0.2.0" }
anchor-lang = "0.16.0"
anchor-spl = "0.16.0"
solana-program = "1.7.11"
anchor-lending = { git="https://github.com/RohanKapurDEV/anchor-lending", version="0.2.1" }
spl-token-lending = { git="https://github.com/solendprotocol/solana-program-library", version="0.1.0" }
spl-associated-token-account = {version="1.0.3", features = ["no-entrypoint"]}

0 comments on commit 0dc1480

Please sign in to comment.