Skip to content

Commit cf02898

Browse files
committed
chore(lazer/contracts/solana): bump protocol dep version
1 parent 746b1d9 commit cf02898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lazer/Cargo.lock

Lines changed: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-lazer-solana-contract"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
description = "Pyth Lazer Solana contract and SDK."
66
license = "Apache-2.0"
@@ -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.7.0" }
22+
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.7.2" }
2323

2424
anchor-lang = "0.30.1"
2525
bytemuck = "1.20.0"

0 commit comments

Comments
 (0)