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 f0e7f51 commit ea9907eCopy full SHA for ea9907e
crates/meteora-vault-parser/Cargo.toml
@@ -14,7 +14,7 @@ tonic = { workspace = true, features = ["gzip", "zstd"] }
14
solana-account-info.workspace = true
15
solana-cpi.workspace = true
16
solana-decode-error.workspace = true
17
-solana-pubkey.workspace = true
+solana-pubkey = { workspace = true, features = ["curve25519", "borsh"] }
18
solana-instruction.workspace = true
19
solana-msg.workspace = true
20
solana-program-entrypoint.workspace = true
0 commit comments