We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1a2b2 commit 95babb6Copy full SHA for 95babb6
pyth-sdk-solana/test-contract/Cargo.toml
@@ -10,15 +10,15 @@ no-entrypoint = []
10
11
[dependencies]
12
pyth-sdk-solana = { path = "../", version = "0.10.0" }
13
-solana-program = ">= 1.10, <= 1.16"
+solana-program = ">= 1.10"
14
bytemuck = "1.7.2"
15
borsh = "0.10.3"
16
borsh-derive = "0.10.3"
17
18
[dev-dependencies]
19
-solana-program-test = ">= 1.10, <= 1.16"
20
-solana-client = ">= 1.10, <= 1.16"
21
-solana-sdk = ">= 1.10, <= 1.16"
+solana-program-test = ">= 1.10"
+solana-client = ">= 1.10"
+solana-sdk = ">= 1.10"
22
23
[lib]
24
crate-type = ["cdylib", "lib"]
0 commit comments