Skip to content

Commit ecbe342

Browse files
authored
Merge pull request #106 from GooseFX1/main
Solana dep update to allow 1.15
2 parents 04b757a + a3c2776 commit ecbe342

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyth-sdk-solana/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk-solana"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -11,7 +11,7 @@ keywords = [ "pyth", "solana", "oracle" ]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
solana-program = ">= 1.9, < 1.15"
14+
solana-program = ">= 1.9, <= 1.15"
1515
borsh = "0.9"
1616
borsh-derive = "0.9.0"
1717
bytemuck = "1.7.2"
@@ -22,8 +22,8 @@ serde = { version = "1.0.136", features = ["derive"] }
2222
pyth-sdk = { path = "../pyth-sdk", version = "0.7.0" }
2323

2424
[dev-dependencies]
25-
solana-client = ">= 1.9, < 1.15"
26-
solana-sdk = ">= 1.9, < 1.15"
25+
solana-client = ">= 1.9, <= 1.15"
26+
solana-sdk = ">= 1.9, <= 1.15"
2727

2828
[lib]
2929
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)