Try this
This commit is contained in:
parent
432b942c31
commit
9e119dc1f3
|
@ -15,5 +15,5 @@ name = "pyth_solana_receiver_sdk"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anchor-lang = ">=0.28.0"
|
anchor-lang = ">=0.28.0"
|
||||||
hex = ">=0.4.3"
|
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"
|
solana-program = ">=1.16.0"
|
||||||
|
|
Loading…
Reference in New Issue