From 0c3847e28410e55aaf21cd9b09df09ba7f3ffb09 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Tue, 10 Sep 2024 13:17:19 +0200 Subject: [PATCH] chore: bump version to release price-feed index (#420) --- 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