Skip to content

Commit

Permalink
Merge pull request #171 from grooviegermanikus/update-switchboard-dep…
Browse files Browse the repository at this point in the history
…endency

update to switchboard-solana
  • Loading branch information
skrrb authored Sep 25, 2023
2 parents 4a91be3 + aa3ea43 commit c12ffec
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 24 deletions.
129 changes: 107 additions & 22 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions programs/openbook-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ pyth-sdk-solana = { workspace = true }
solana-program = { workspace = true }
solana-sdk = { workspace = true, default-features = false, optional = true }
static_assertions = "1.1"
switchboard-program = ">=0.2.0"
switchboard-v2 = "0.4.0"

switchboard-program = "0.2.0"
# note: switchboard-common 0.8.19 is broken, so we lock 0.8.18
switchboard-v2 = { package = "switchboard-solana", version = "0.28" }

[dev-dependencies]
async-trait = "0.1.52"
Expand Down

0 comments on commit c12ffec

Please sign in to comment.