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 0fb5825 commit da54092Copy full SHA for da54092
pages/price-feeds/use-real-time-data/solana.mdx
@@ -19,7 +19,7 @@ Add this crate to the dependencies section of your `Cargo.toml` file:
19
20
```toml copy
21
[dependencies]
22
-pyth-solana-receiver-sdk ="0.1.0"
+pyth-solana-receiver-sdk ="x.y.z" # get the latest version from https://crates.io/crates/pyth-solana-receiver-sdk
23
```
24
25
### Typescript SDK
0 commit comments