Skip to content

Commit 09bcd40

Browse files
committed
fix contract
1 parent 2cd5366 commit 09bcd40

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lazer/contracts/solana/Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11.0" }
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)