Skip to content

Commit 95babb6

Browse files
committed
hm
1 parent 4e1a2b2 commit 95babb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyth-sdk-solana/test-contract/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ no-entrypoint = []
1010

1111
[dependencies]
1212
pyth-sdk-solana = { path = "../", version = "0.10.0" }
13-
solana-program = ">= 1.10, <= 1.16"
13+
solana-program = ">= 1.10"
1414
bytemuck = "1.7.2"
1515
borsh = "0.10.3"
1616
borsh-derive = "0.10.3"
1717

1818
[dev-dependencies]
19-
solana-program-test = ">= 1.10, <= 1.16"
20-
solana-client = ">= 1.10, <= 1.16"
21-
solana-sdk = ">= 1.10, <= 1.16"
19+
solana-program-test = ">= 1.10"
20+
solana-client = ">= 1.10"
21+
solana-sdk = ">= 1.10"
2222

2323
[lib]
2424
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)