From 800a899828098ecf20bcdb2046f8e4bb49b47e48 Mon Sep 17 00:00:00 2001 From: Pavel Strakhov Date: Wed, 30 Jul 2025 11:22:03 +0100 Subject: [PATCH] chore: bump pyth-lazer-publisher-sdk to 0.4.0 --- Cargo.lock | 12 ++++++------ lazer/publisher_sdk/rust/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 258bceb114..f9c21b27b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5627,7 +5627,7 @@ dependencies = [ "hyper-util", "protobuf", "pyth-lazer-protocol 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pyth-lazer-publisher-sdk 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pyth-lazer-publisher-sdk 0.3.0", "reqwest 0.12.22", "serde", "serde_json", @@ -5715,26 +5715,26 @@ dependencies = [ [[package]] name = "pyth-lazer-publisher-sdk" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bebeacbc58d9e0143e03a397b08becbed1dacf5baad6a245bc00f74ca5cc50d" dependencies = [ "anyhow", "fs-err", "protobuf", "protobuf-codegen", - "pyth-lazer-protocol 0.10.1", + "pyth-lazer-protocol 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json", ] [[package]] name = "pyth-lazer-publisher-sdk" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bebeacbc58d9e0143e03a397b08becbed1dacf5baad6a245bc00f74ca5cc50d" +version = "0.4.0" dependencies = [ "anyhow", "fs-err", "protobuf", "protobuf-codegen", - "pyth-lazer-protocol 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pyth-lazer-protocol 0.10.1", "serde_json", ] diff --git a/lazer/publisher_sdk/rust/Cargo.toml b/lazer/publisher_sdk/rust/Cargo.toml index d6a5f1ea0e..3ddd1802cf 100644 --- a/lazer/publisher_sdk/rust/Cargo.toml +++ b/lazer/publisher_sdk/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-lazer-publisher-sdk" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "Pyth Lazer Publisher SDK types." license = "Apache-2.0"