Skip to content

Commit

Permalink
activate the hmac feature of libsecp256k1 in solana-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed May 10, 2024
1 parent 107008e commit 2185e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ generic-array = { workspace = true, features = ["serde", "more_lengths"], option
hmac = { workspace = true }
itertools = { workspace = true }
lazy_static = { workspace = true }
libsecp256k1 = { workspace = true, optional = true }
libsecp256k1 = { workspace = true, optional = true, features = ["hmac"] }
log = { workspace = true }
memmap2 = { workspace = true, optional = true }
num-derive = { workspace = true }
Expand Down

0 comments on commit 2185e86

Please sign in to comment.