Răsfoiți Sursa

feat(lazer): update rust client protocol version (#2710)

* feat(lazer): update rust client protocol version

* update vresion
Keyvan Khademi 6 luni în urmă
părinte
comite
8e55e7d87f
2 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 1 1
      lazer/Cargo.lock
  2. 2 2
      lazer/sdk/rust/client/Cargo.toml

+ 1 - 1
lazer/Cargo.lock

@@ -3838,7 +3838,7 @@ dependencies = [
 
 [[package]]
 name = "pyth-lazer-client"
-version = "0.1.2"
+version = "0.1.3"
 dependencies = [
  "alloy-primitives",
  "anyhow",

+ 2 - 2
lazer/sdk/rust/client/Cargo.toml

@@ -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"