Skip to content

Commit 6ca713f

Browse files
committed
update protocol to 0.8.1
1 parent e752ae8 commit 6ca713f

File tree

4 files changed

+125
-98
lines changed

4 files changed

+125
-98
lines changed

Cargo.lock

Lines changed: 92 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pyth-lazer-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
pyth-lazer-publisher-sdk = { path = "../../lazer/publisher_sdk/rust" }
8-
pyth-lazer-protocol = {path = "../../lazer/sdk/rust/protocol"}
8+
pyth-lazer-protocol = {path = "../../lazer/sdk/rust/protocol", version = "0.8.1"}
99

1010
anyhow = "1.0.98"
1111
backoff = "0.4.0"

apps/pyth-lazer-agent/src/http_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::jrpc_handle::{JrpcConnectionContext, handle_jrpc};
22
use crate::publisher_handle::handle_publisher;
33
use crate::{
4-
config::Config, http_server, lazer_publisher::LazerPublisher,
4+
config::Config, lazer_publisher::LazerPublisher,
55
publisher_handle::PublisherConnectionContext,
66
};
77
use anyhow::{Context, Result};

0 commit comments

Comments
 (0)