Skip to content

Commit

Permalink
frank/update jit prog dep (#46)
Browse files Browse the repository at this point in the history
* update jit proxy

* sdk: release v0.10.348

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
soundsonacid and github-actions[bot] authored Apr 2, 2024
1 parent 8d5234f commit b3c3ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anchor-client = "0.27.0"
jit-proxy = { git = "https://github.com/soundsonacid/jit-proxy", commit = "740bc36" }
jit-proxy = { git = "https://github.com/drift-labs/jit-proxy", commit = "8c38e3e" }
solana-sdk = "1.14.16"
drift-sdk = { git = "https://github.com/drift-labs/drift-rs", commit = "755d40d" }
tokio = { version = "1.35.1", features = ["full"] }
Expand Down

0 comments on commit b3c3ed0

Please sign in to comment.