Skip to content

Commit ae47069

Browse files
authored
Merge pull request #90 from 0xripleys/0xripleys_relax_solana_version
relax solana version in sdk
2 parents 91f8db2 + 6526b21 commit ae47069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyth-sdk-solana/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = [ "pyth", "solana", "oracle" ]
1111
readme = "README.md"
1212

1313
[dependencies]
14-
solana-program = ">= 1.10, < 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.6.1" }
2323

2424
[dev-dependencies]
25-
solana-client = ">= 1.10, < 1.15"
26-
solana-sdk = ">= 1.10, < 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)