Skip to content

Commit 93cf912

Browse files
committed
fix(lazer): refer to crates.io for latest version
1 parent eb29df5 commit 93cf912

File tree

1 file changed

+2
-2
lines changed
  • pages/lazer/integrate-as-consumer

1 file changed

+2
-2
lines changed

pages/lazer/integrate-as-consumer/svm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Integrating with Pyth Lazer in smart contracts as a consumer is a three-step pro
1616

1717
Pyth Lazer provides a [Solana SDK](https://docs.rs/pyth-lazer-solana-contract/latest/pyth_lazer_solana_contract/), which allows consumers to parse and verify the price updates on Solana-compatible chains.
1818

19-
To start, add the following to your `Cargo.toml` file:
19+
To start, add the following to your `Cargo.toml` file (please check the current latest version at [crates.io](https://crates.io/crates/pyth-lazer-solana-contract)):
2020

2121
```toml copy
2222
[dependencies]
23-
pyth-lazer-solana-contract = { version = "0.2.0", features = ["no-entrypoint"] }
23+
pyth-lazer-solana-contract = { version = "x.y.z", features = ["no-entrypoint"] }
2424
```
2525

2626
Now you can create an instruction or multiple instructions that will receive Pyth Lazer messages.

0 commit comments

Comments
 (0)