Skip to content

Commit

Permalink
program: update to v2.85.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 15, 2024
1 parent d9ecafa commit 16da5e7
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 8 deletions.
73 changes: 67 additions & 6 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 programs/drift_vaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ default = []
[dependencies]
anchor-lang = "0.29.0"
anchor-spl = "0.29.0"
drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "a95009", features = ["cpi", "mainnet-beta"], default-features = false}
drift-competitions = { git = "https://github.com/drift-labs/drift-competitions.git", rev = "c8baa6", features = ["cpi"]}
drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "v2.85.1", features = ["cpi", "mainnet-beta"], default-features = false}
drift-competitions = { git = "https://github.com/drift-labs/drift-competitions.git", rev = "122523", features = ["cpi"]}
bytemuck = { version = "1.4.0" }
static_assertions = "1.1.0"
drift-macros = { git = "https://github.com/drift-labs/drift-macros.git", rev = "c57d87" }
Expand Down

0 comments on commit 16da5e7

Please sign in to comment.