Skip to content

Commit 707d14b

Browse files
committed
Fix version for solana contract
1 parent e2566a8 commit 707d14b

File tree

1 file changed

+1
-1
lines changed
  • lazer/contracts/solana/programs/pyth-lazer-solana-contract

1 file changed

+1
-1
lines changed

lazer/contracts/solana/programs/pyth-lazer-solana-contract/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ no-log-ix-name = []
1919
idl-build = ["anchor-lang/idl-build"]
2020

2121
[dependencies]
22-
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.10.1" }
22+
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.12.0" }
2323

2424
anchor-lang = "0.31.1"
2525
bytemuck = { version = "1.20.0", features = ["derive"] }

0 commit comments

Comments
 (0)