From aad8814171184e4380931a063f7e272a28034151 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Tue, 10 Sep 2024 12:57:06 +0200 Subject: [PATCH] chore: bump version to release price-feed index --- Cargo.lock | 2 +- program/rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22055812..f5e30104 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2578,7 +2578,7 @@ dependencies = [ [[package]] name = "pyth-oracle" -version = "2.33.0" +version = "2.34.0" dependencies = [ "bincode", "bindgen", diff --git a/program/rust/Cargo.toml b/program/rust/Cargo.toml index b079ac09..bde90559 100644 --- a/program/rust/Cargo.toml +++ b/program/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyth-oracle" -version = "2.33.0" +version = "2.34.0" edition = "2021" license = "Apache 2.0" publish = false