Skip to content

Commit 130fa7c

Browse files
committed
chore(pyth-lazer-protocol): bump version to 0.6.2 and update PriceRequest struct
1 parent 2d41993 commit 130fa7c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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/sdk/rust/protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-lazer-protocol"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
description = "Pyth Lazer SDK - protocol types."
66
license = "Apache-2.0"

lazer/sdk/rust/protocol/src/api.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ pub struct PriceRequest {
2727
pub timestamp: TimestampUs,
2828
pub price_feed_ids: Vec<PriceFeedId>,
2929
pub properties: Vec<PriceFeedProperty>,
30-
// "chains" was renamed to "formats". "chains" is still supported for compatibility.
31-
#[serde(alias = "chains")]
3230
pub formats: Vec<Format>,
3331
#[serde(default)]
3432
pub json_binary_encoding: JsonBinaryEncoding,

0 commit comments

Comments
 (0)