Skip to content

Commit 3820101

Browse files
committed
fix build
1 parent ea4b7e7 commit 3820101

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Diff for: Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: programs/jit-proxy/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = []
1717
anchor-lang = "0.29.0"
1818
anchor-spl = "0.29.0"
1919
bytemuck = { version = "1.4.0" }
20-
drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "v2.106.0", features = ["cpi", "mainnet-beta"]}
20+
drift = { git = "https://github.com/drift-labs/protocol-v2.git", rev = "v2.109.0", features = ["cpi", "mainnet-beta"]}
2121
static_assertions = "1.1.0"
2222
solana-program = "1.16"
2323
ahash = "=0.8.6"

Diff for: programs/jit-proxy/src/instructions/jit.rs

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ fn process_order(
262262
slot,
263263
tick_size,
264264
is_prediction_market,
265+
false,
265266
)? {
266267
Some(price) => price,
267268
None if market_type == DriftMarketType::Perp => {

0 commit comments

Comments
 (0)