Skip to content

Commit 6137c25

Browse files
committed
fix dep versions
1 parent 1916145 commit 6137c25

File tree

2 files changed

+40
-6
lines changed

2 files changed

+40
-6
lines changed

Cargo.lock

Lines changed: 38 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ license = "Apache-2.0"
77
repository = "https://github.com/pyth-network/pyth-crosschain"
88

99
[dependencies]
10-
pyth-lazer-publisher-sdk = { path = "../../lazer/publisher_sdk/rust" }
11-
pyth-lazer-protocol = { path = "../../lazer/sdk/rust/protocol"}
10+
pyth-lazer-publisher-sdk = "0.2.1"
11+
pyth-lazer-protocol = "0.10.0"
1212

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

0 commit comments

Comments
 (0)