Skip to content

Commit

Permalink
Merge pull request #106 from GooseFX1/main
Browse files Browse the repository at this point in the history
Solana dep update to allow 1.15
  • Loading branch information
guibescos authored May 16, 2023
2 parents 04b757a + a3c2776 commit ecbe342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyth-sdk-solana/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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"]
Expand Down

0 comments on commit ecbe342

Please sign in to comment.