Skip to content

Commit ea9907e

Browse files
committed
fix meteora-vault-parser
1 parent f0e7f51 commit ea9907e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/meteora-vault-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tonic = { workspace = true, features = ["gzip", "zstd"] }
1414
solana-account-info.workspace = true
1515
solana-cpi.workspace = true
1616
solana-decode-error.workspace = true
17-
solana-pubkey.workspace = true
17+
solana-pubkey = { workspace = true, features = ["curve25519", "borsh"] }
1818
solana-instruction.workspace = true
1919
solana-msg.workspace = true
2020
solana-program-entrypoint.workspace = true

0 commit comments

Comments
 (0)