Skip to content

Commit

Permalink
update to switchboard-solana
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Sep 20, 2023
1 parent deb70f6 commit aa3ea43
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 aa3ea43

Please sign in to comment.