Skip to content

Commit

Permalink
Merge pull request #38 from soundsonacid/master
Browse files Browse the repository at this point in the history
frank/update drift & drift-rs
  • Loading branch information
wphan authored Mar 1, 2024
2 parents fa64cc9 + c7d097c commit f5d60bd
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 12 deletions.
6 changes: 3 additions & 3 deletions 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/jit-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ default = []
anchor-lang = "0.27.0"
anchor-spl = "0.27.0"
bytemuck = { version = "1.4.0" }
drift = { git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.53.0", features = ["cpi", "mainnet-beta"]}
drift = { git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.66.0", features = ["cpi", "mainnet-beta"]}
static_assertions = "1.1.0"
56 changes: 51 additions & 5 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ edition = "2021"
anchor-client = "0.27.0"
jit-proxy = { git = "https://github.com/drift-labs/jit-proxy", version = "0.10.2" }
solana-sdk = "1.14.16"
drift-sdk = { git = "https://github.com/circuit-research/protocol-v2", branch = "cargo-add-sdk" }
drift-sdk = { git = "https://github.com/drift-labs/drift-rs", commit = "5aa2a79" }
tokio = { version = "1.35.1", features = ["full"] }
drift = { git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.53.0", features = ["mainnet-beta"]}
drift = { git = "https://github.com/drift-labs/protocol-v2.git", tag = "v2.66.0", features = ["mainnet-beta"]}
thiserror = "1.0.38"
log = "0.4.20"
async-trait = "0.1.75"
Expand Down
2 changes: 1 addition & 1 deletion ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@drift-labs/jit-proxy",
"version": "0.10.296",
"version": "0.10.297",
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && tsc"
Expand Down

0 comments on commit f5d60bd

Please sign in to comment.