Skip to content

Commit 788d5fb

Browse files
authored
chore(pyth-lazer-client) Upgrade lazer protocol dependency (#2907)
1 parent 807b934 commit 788d5fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ no-log-ix-name = []
2222
idl-build = ["anchor-lang/idl-build"]
2323

2424
[dependencies]
25-
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.10.0" }
25+
pyth-lazer-protocol = { path = "../../../../sdk/rust/protocol", version = "0.10.1" }
2626

2727
anchor-lang = "0.30.1"
2828
bytemuck = "1.20.0"

lazer/publisher_sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
repository = "https://github.com/pyth-network/pyth-crosschain"
88

99
[dependencies]
10-
pyth-lazer-protocol = { version = "0.10.0", path = "../../sdk/rust/protocol" }
10+
pyth-lazer-protocol = { version = "0.10.1", path = "../../sdk/rust/protocol" }
1111
anyhow = "1.0.98"
1212
protobuf = "3.7.2"
1313
serde_json = "1.0.140"

lazer/sdk/rust/client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "pyth-lazer-client"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2021"
55
description = "A Rust client for Pyth Lazer"
66
license = "Apache-2.0"
77

88
[dependencies]
9-
pyth-lazer-protocol = { path = "../protocol", version = "0.10.0" }
9+
pyth-lazer-protocol = { path = "../protocol", version = "0.10.1" }
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)