From a3c2776d6c0498eda9f88a6e865cc69fd2277bd7 Mon Sep 17 00:00:00 2001
From: Eric <>
Date: Tue, 16 May 2023 09:29:28 -0600
Subject: [PATCH] version bump

---
 pyth-sdk-solana/Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pyth-sdk-solana/Cargo.toml b/pyth-sdk-solana/Cargo.toml
index 3413f58..1c58ed6 100644
--- a/pyth-sdk-solana/Cargo.toml
+++ b/pyth-sdk-solana/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "pyth-sdk-solana"
-version = "0.7.1"
+version = "0.7.2"
 authors = ["Pyth Data Foundation"]
 edition = "2018"
 license = "Apache-2.0"
@@ -11,7 +11,7 @@ keywords = [ "pyth", "solana", "oracle" ]
 readme = "README.md"
 
 [dependencies]
-solana-program = ">= 1.9, < 1.15"
+solana-program = ">= 1.9, <= 1.15"
 borsh = "0.9"
 borsh-derive = "0.9.0"
 bytemuck = "1.7.2"
@@ -22,8 +22,8 @@ serde = { version = "1.0.136", features = ["derive"] }
 pyth-sdk = { path = "../pyth-sdk", version = "0.7.0" }
 
 [dev-dependencies]
-solana-client = ">= 1.9, < 1.15"
-solana-sdk = ">= 1.9, < 1.15"
+solana-client = ">= 1.9, <= 1.15"
+solana-sdk = ">= 1.9, <= 1.15"
 
 [lib]
 crate-type = ["cdylib", "lib"]