Skip to content

Commit ac8b4c4

Browse files
authored
feat(pyth-lazer-agent) Make price optional in jrpc update message (#3163)
1 parent f2d7436 commit ac8b4c4

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "pyth-lazer-agent"
3-
version = "0.7.2"
3+
version = "0.8.0"
44
edition = "2024"
55
description = "Pyth Lazer Agent"
66
license = "Apache-2.0"
77
repository = "https://github.com/pyth-network/pyth-crosschain"
88

99
[dependencies]
10-
pyth-lazer-publisher-sdk = "0.18.0"
11-
pyth-lazer-protocol = "0.19.0"
10+
pyth-lazer-publisher-sdk = "0.20.0"
11+
pyth-lazer-protocol = "0.20.0"
1212

1313
anyhow = "1.0.98"
1414
backoff = "0.4.0"

0 commit comments

Comments
 (0)