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 3b0f4e3 commit 44380f5Copy full SHA for 44380f5
pyth-sdk-solana/test-contract/Cargo.toml
@@ -8,7 +8,7 @@ test-bpf = []
8
no-entrypoint = []
9
10
[dependencies]
11
-pyth-sdk-solana = { path = "../", version = "0.5.0" }
+pyth-sdk-solana = { path = "../", version = "1.0.0" }
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
13
bytemuck = "1.7.2"
14
borsh = "0.9"
0 commit comments