Skip to content

Commit 746b1d9

Browse files
committed
refactor(lazer/sdk/protocol): expose channel_ids publicly
1 parent c68c309 commit 746b1d9

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ impl Serialize for Channel {
246246
}
247247
}
248248

249-
mod channel_ids {
249+
pub mod channel_ids {
250250
use super::ChannelId;
251251

252252
pub const FIXED_RATE_1: ChannelId = ChannelId(1);

0 commit comments

Comments
 (0)