Skip to content

Commit ead278a

Browse files
authored
chore(lazer): update pyth-lazer-protocol dependency version in contract and client (#2392)
1 parent c577586 commit ead278a

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

lazer/Cargo.lock

Lines changed: 11 additions & 25 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 = "0.1.2"
22+
pyth-lazer-protocol = "0.5.0"
2323

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

lazer/sdk/rust/client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A Rust client for Pyth Lazer"
66
license = "Apache-2.0"
77

88
[dependencies]
9-
pyth-lazer-protocol = "0.4.2"
9+
pyth-lazer-protocol = "0.5.0"
1010
tokio = { version = "1", features = ["full"] }
1111
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
1212
futures-util = "0.3"

0 commit comments

Comments
 (0)