From 8c2912d6ec2a83ddd491e6b65e95347520be4de8 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Thu, 31 Oct 2024 17:27:23 +0400 Subject: [PATCH] missing feature --- sdk/program/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/program/Cargo.toml b/sdk/program/Cargo.toml index 4eba8b6d88d82e..1db2814a97d495 100644 --- a/sdk/program/Cargo.toml +++ b/sdk/program/Cargo.toml @@ -54,7 +54,7 @@ solana-instruction = { workspace = true, default-features = false, features = [ "serde", "std", ] } -solana-keccak-hasher = { workspace = true } +solana-keccak-hasher = { workspace = true, features = ["sha3"] } solana-last-restart-slot = { workspace = true, features = ["serde", "sysvar"] } solana-msg = { workspace = true } solana-native-token = { workspace = true }