Skip to content

Commit

Permalink
Revert "update to switchboard-solana"
Browse files Browse the repository at this point in the history
  • Loading branch information
skrrb authored Sep 25, 2023
1 parent c12ffec commit cdb6f27
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 111 deletions.
129 changes: 22 additions & 107 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions programs/openbook-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ 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"
# note: switchboard-common 0.8.19 is broken, so we lock 0.8.18
switchboard-v2 = { package = "switchboard-solana", version = "0.28" }
switchboard-program = ">=0.2.0"
switchboard-v2 = "0.4.0"

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

0 comments on commit cdb6f27

Please sign in to comment.