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 ce53db8 commit 60274b6Copy full SHA for 60274b6
lazer/sdk/rust/client/Cargo.toml
@@ -6,7 +6,7 @@ description = "A Rust client for Pyth Lazer"
6
license = "Apache-2.0"
7
8
[dependencies]
9
-pyth-lazer-protocol = { path = "../protocol", version = "0.10.1" }
+pyth-lazer-protocol = { path = "../protocol", version = "0.10.2" }
10
tokio = { version = "1", features = ["full"] }
11
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
12
futures-util = "0.3"
0 commit comments