From 127bef1ea77ad4fb69ef9f38f6a41510952c52e9 Mon Sep 17 00:00:00 2001 From: Pavel Strakhov Date: Fri, 14 Nov 2025 12:55:05 +0000 Subject: [PATCH] chore: bump pyth-lazer-client to 10.0.0 --- Cargo.lock | 2 +- lazer/sdk/rust/client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4136b2019d..a2328c0d8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5740,7 +5740,7 @@ dependencies = [ [[package]] name = "pyth-lazer-client" -version = "9.0.0" +version = "10.0.0" dependencies = [ "alloy-primitives 0.8.25", "anyhow", diff --git a/lazer/sdk/rust/client/Cargo.toml b/lazer/sdk/rust/client/Cargo.toml index f39e05599d..678c947d87 100644 --- a/lazer/sdk/rust/client/Cargo.toml +++ b/lazer/sdk/rust/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-lazer-client" -version = "9.0.0" +version = "10.0.0" edition = "2021" description = "A Rust client for Pyth Lazer" license = "Apache-2.0"