We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6c913 commit 4437716Copy full SHA for 4437716
lazer/sdk/rust/client/Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "pyth-lazer-client"
3
-version = "7.0.0"
+version = "7.1.0"
4
edition = "2021"
5
description = "A Rust client for Pyth Lazer"
6
license = "Apache-2.0"
7
8
[dependencies]
9
-pyth-lazer-protocol = { path = "../protocol", version = "0.14.0" }
+pyth-lazer-protocol = { path = "../protocol", version = "0.15.0" }
10
tokio = { version = "1", features = ["full"] }
11
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
12
futures-util = "0.3"
0 commit comments