This commit is contained in:
Guillermo Bescos 2024-05-03 11:44:22 +01:00
parent 432b942c31
commit 9e119dc1f3
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ name = "pyth_solana_receiver_sdk"
[dependencies]
anchor-lang = ">=0.28.0"
hex = ">=0.4.3"
pythnet-sdk = { path = "../../../pythnet/pythnet_sdk", version = "2.1.0", features = ["solana-program"]}
pythnet-sdk = { version = "2.1.0", features = ["solana-program"]}
solana-program = ">=1.16.0"