Skip to content

Commit

Permalink
Update switchboard-program to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkiplet committed Jan 31, 2022
1 parent 920a449 commit a8b14da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 33 deletions.
41 changes: 10 additions & 31 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 token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ bytemuck = "1.5.1"
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.7.12"
spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
switchboard-program = "0.1.45"
spl-token = { path = "../../token/program", features = ["no-entrypoint"] }
switchboard-program = "0.2.0"
thiserror = "1.0"
uint = "0.9.0"

Expand Down

0 comments on commit a8b14da

Please sign in to comment.