We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665d59 commit 314fcb0Copy full SHA for 314fcb0
programs/drift/Cargo.toml
@@ -31,7 +31,7 @@ solana-program = "=2.2.1"
31
pyth-client = "0.2.2"
32
pyth-lazer-solana-contract = { git = "https://github.com/jordy25519/pyth-crosschain", features = ["no-entrypoint"]}
33
pyth-solana-receiver-sdk = { git = "https://github.com/jordy25519/pyth-crosschain" }
34
-pythnet-sdk = { git = "https://github.com/jordy25519/pyth-crosschain" }
+pythnet-sdk = { git = "https://github.com/jordy25519/pyth-crosschain", features = ["idl-build"] }
35
bytemuck = "1.4.0"
36
hex = "0.4.3"
37
uint = { version = "0.9.1", default-features = false }
0 commit comments