Skip to content

Commit c2716a2

Browse files
refactor: rename PublisherResponse -> ServerResponse (#2293)
1 parent 853f018 commit c2716a2

File tree

3 files changed

+3
-3
lines changed

3 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/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.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
description = "Pyth Lazer SDK - protocol types."
66
license = "Apache-2.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub struct PriceFeedData {
3838
#[derive(Debug, Clone, Serialize, Deserialize, From)]
3939
#[serde(tag = "type")]
4040
#[serde(rename_all = "camelCase")]
41-
pub enum PublisherResponse {
41+
pub enum ServerResponse {
4242
UpdateDeserializationError(UpdateDeserializationErrorResponse),
4343
}
4444
/// Sent to the publisher if the binary data could not be parsed

0 commit comments

Comments
 (0)