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"))'] }