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 52df19a commit 4afd22cCopy full SHA for 4afd22c
oracles/pyth/anchor/programs/pythexample/Cargo.toml
@@ -22,6 +22,7 @@ custom-panic = []
22
23
[dependencies]
24
anchor-lang = "0.32.1"
25
-pyth-solana-receiver-sdk = "0.3.2"
+pyth-solana-receiver-sdk = "1.1.0"
26
27
+[lints.rust]
28
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }
0 commit comments