Skip to content

Commit

Permalink
bump drift-competitions version
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Oct 30, 2023
1 parent 7703690 commit 0027fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion programs/drift_vaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = []
anchor-lang = "0.27.0"
anchor-spl = "0.27.0"
drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "65a4386", features = ["cpi", "mainnet-beta"], default-features = false}
drift-competitions = { git = "https://github.com/drift-labs/drift-competitions.git", rev = "5a2817c", features = ["cpi"]}
drift-competitions = { git = "https://github.com/drift-labs/drift-competitions.git", rev = "f611f2f", 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" }

0 comments on commit 0027fc4

Please sign in to comment.