fix compile errors

This commit is contained in:
thesn10
2026-06-14 18:24:26 +02:00
parent cfc75a05b3
commit 955430f1c9
7 changed files with 142 additions and 172 deletions

View File

@@ -4,6 +4,10 @@ members = [
]
resolver = "2"
[patch.crates-io]
pyth-solana-receiver-sdk = { path = "vendor/pyth-solana-receiver-sdk" }
pythnet-sdk = { path = "vendor/pythnet-sdk" }
[profile.release]
overflow-checks = true
lto = "fat"