|
|
@@ -1,12 +1,12 @@
|
|
|
[package]
|
|
|
name = "pyth-lazer-client"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.3"
|
|
|
edition = "2021"
|
|
|
description = "A Rust client for Pyth Lazer"
|
|
|
license = "Apache-2.0"
|
|
|
|
|
|
[dependencies]
|
|
|
-pyth-lazer-protocol = { path = "../protocol", version = "0.7.0" }
|
|
|
+pyth-lazer-protocol = { path = "../protocol", version = "0.7.2" }
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
|
|
|
futures-util = "0.3"
|