Skip to content

Commit 4afd22c

Browse files
authored
fix: pyth anchor example build error (#492)
1 parent 52df19a commit 4afd22c

File tree

1 file changed

+2
-1
lines changed
  • oracles/pyth/anchor/programs/pythexample

1 file changed

+2
-1
lines changed

oracles/pyth/anchor/programs/pythexample/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ custom-panic = []
2222

2323
[dependencies]
2424
anchor-lang = "0.32.1"
25-
pyth-solana-receiver-sdk = "0.3.2"
25+
pyth-solana-receiver-sdk = "1.1.0"
2626

27+
[lints.rust]
2728
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }

0 commit comments

Comments
 (0)