Skip to content

Commit

Permalink
missing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 16, 2024
1 parent b0a6d69 commit 8c2912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 8c2912d

Please sign in to comment.