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 d5fca4e commit 8c56e4fCopy full SHA for 8c56e4f
Cargo.toml
@@ -8,8 +8,8 @@ members = [
8
]
9
10
[workspace.dependencies]
11
-pyth-sdk = { path = "./pyth-sdk" }
12
-pyth-sdk-solana = { path = "./pyth-sdk-solana" }
+pyth-sdk = { path = "./pyth-sdk", version = "0.8.0" }
+pyth-sdk-solana = { path = "./pyth-sdk-solana", version = "0.10.4" }
13
14
solana-program = ">= 1.10"
15
borsh = "0.10.3"
0 commit comments