Skip to content

Commit f0e7f51

Browse files
committed
fix feature
1 parent 13440e9 commit f0e7f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/boop-parser/Cargo.toml

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

crates/meteora-pools-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)