Skip to content

Commit

Permalink
refactor: rename PublisherResponse -> ServerResponse (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbadadare authored Jan 23, 2025
1 parent 853f018 commit c2716a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lazer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lazer/sdk/rust/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyth-lazer-protocol"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
description = "Pyth Lazer SDK - protocol types."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion lazer/sdk/rust/protocol/src/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub struct PriceFeedData {
#[derive(Debug, Clone, Serialize, Deserialize, From)]
#[serde(tag = "type")]
#[serde(rename_all = "camelCase")]
pub enum PublisherResponse {
pub enum ServerResponse {
UpdateDeserializationError(UpdateDeserializationErrorResponse),
}
/// Sent to the publisher if the binary data could not be parsed
Expand Down

0 comments on commit c2716a2

Please sign in to comment.