Browse Source

Update version

Danial Mehrjerdi 3 days ago
parent
commit
1ffb248c66

+ 5 - 5
Cargo.lock

@@ -5760,8 +5760,8 @@ dependencies = [
  "humantime-serde",
  "libsecp256k1 0.7.2",
  "protobuf-json-mapping",
- "pyth-lazer-protocol 0.22.0",
- "pyth-lazer-publisher-sdk 0.22.0",
+ "pyth-lazer-protocol 0.23.0",
+ "pyth-lazer-publisher-sdk 0.23.0",
  "reqwest 0.12.23",
  "serde",
  "serde_json",
@@ -5798,7 +5798,7 @@ dependencies = [
 
 [[package]]
 name = "pyth-lazer-protocol"
-version = "0.22.0"
+version = "0.23.0"
 dependencies = [
  "alloy-primitives 0.8.25",
  "anyhow",
@@ -5839,13 +5839,13 @@ dependencies = [
 
 [[package]]
 name = "pyth-lazer-publisher-sdk"
-version = "0.22.0"
+version = "0.23.0"
 dependencies = [
  "anyhow",
  "fs-err",
  "protobuf",
  "protobuf-codegen",
- "pyth-lazer-protocol 0.22.0",
+ "pyth-lazer-protocol 0.23.0",
  "serde_json",
 ]
 

+ 2 - 2
lazer/publisher_sdk/rust/Cargo.toml

@@ -1,13 +1,13 @@
 [package]
 name = "pyth-lazer-publisher-sdk"
-version = "0.22.0"
+version = "0.23.0"
 edition = "2021"
 description = "Pyth Lazer Publisher SDK types."
 license = "Apache-2.0"
 repository = "https://github.com/pyth-network/pyth-crosschain"
 
 [dependencies]
-pyth-lazer-protocol = { version = "0.22.0", path = "../../sdk/rust/protocol" }
+pyth-lazer-protocol = { version = "0.23.0", path = "../../sdk/rust/protocol" }
 anyhow = "1.0.98"
 protobuf = "3.7.2"
 serde_json = "1.0.140"

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

@@ -6,8 +6,8 @@ description = "A Rust client for Pyth Lazer"
 license = "Apache-2.0"
 
 [dependencies]
-pyth-lazer-protocol = { path = "../protocol", version = "0.22.0" }
-pyth-lazer-publisher-sdk = { path = "../../../publisher_sdk/rust", version = "0.22.0" }
+pyth-lazer-protocol = { path = "../protocol", version = "0.23.0" }
+pyth-lazer-publisher-sdk = { path = "../../../publisher_sdk/rust", version = "0.23.0" }
 
 tokio = { version = "1", features = ["full"] }
 tokio-stream = "0.1.17"

+ 1 - 1
lazer/sdk/rust/protocol/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "pyth-lazer-protocol"
-version = "0.22.0"
+version = "0.23.0"
 edition = "2021"
 description = "Pyth Lazer SDK - protocol types."
 license = "Apache-2.0"