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 98f00b6 commit 3db056dCopy full SHA for 3db056d
pyth-sdk-solana/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyth-sdk-solana"
3
-version = "0.5.0"
+version = "0.6.0"
4
authors = ["Pyth Data Foundation"]
5
edition = "2018"
6
license = "Apache-2.0"
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 = "0.6.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