Skip to content

Commit a58dc3c

Browse files
committed
Add comment for version constraint
1 parent 79d7146 commit a58dc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ no-entrypoint = []
99

1010
[dependencies]
1111
pyth-sdk-solana = { path = "../", version = "0.4.0" }
12-
solana-program = "1.8.1, < 1.11"
12+
solana-program = "1.8.1, < 1.11" # Currently latest Solana 1.11 crate can't build bpf: https://github.com/solana-labs/solana/issues/26188
1313
bytemuck = "1.7.2"
1414
borsh = "0.9"
1515
borsh-derive = "0.9.0"

0 commit comments

Comments
 (0)