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 79d7146 commit a58dc3cCopy full SHA for a58dc3c
pyth-sdk-solana/test-contract/Cargo.toml
@@ -9,7 +9,7 @@ no-entrypoint = []
9
10
[dependencies]
11
pyth-sdk-solana = { path = "../", version = "0.4.0" }
12
-solana-program = "1.8.1, < 1.11"
+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
13
bytemuck = "1.7.2"
14
borsh = "0.9"
15
borsh-derive = "0.9.0"
0 commit comments