Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit befab13

Browse files
committed
Add missing solana-pubkey feature
1 parent fcc6713 commit befab13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/transfer-hook/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ solana-decode-error = "2.1.0"
1818
solana-instruction = { version = "2.1.0", features = ["std"] }
1919
solana-msg = "2.1.0"
2020
solana-program-error = "2.1.0"
21-
solana-pubkey = "2.1.0"
21+
solana-pubkey = { version = "2.1.0", features = ["curve25519"] }
2222
spl-discriminator = { version = "0.4.0" , path = "../../../libraries/discriminator" }
2323
spl-program-error = { version = "0.6.0", path = "../../../libraries/program-error" }
2424
spl-tlv-account-resolution = { version = "0.9.0", path = "../../../libraries/tlv-account-resolution" }

0 commit comments

Comments
 (0)