From ba78cf66f137d42d6da2dd1ae8921a5bd824bad4 Mon Sep 17 00:00:00 2001 From: Perelyn <64838956+Perelyn-sama@users.noreply.github.com> Date: Tue, 30 Dec 2025 03:24:51 +0100 Subject: [PATCH] fix pyth anchor example build error --- oracles/pyth/anchor/programs/pythexample/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oracles/pyth/anchor/programs/pythexample/Cargo.toml b/oracles/pyth/anchor/programs/pythexample/Cargo.toml index 8b0525cbd..b25dc97de 100644 --- a/oracles/pyth/anchor/programs/pythexample/Cargo.toml +++ b/oracles/pyth/anchor/programs/pythexample/Cargo.toml @@ -22,6 +22,7 @@ custom-panic = [] [dependencies] anchor-lang = "0.32.1" -pyth-solana-receiver-sdk = "0.3.2" +pyth-solana-receiver-sdk = "1.1.0" +[lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }