Skip to content

Commit

Permalink
activate solana-secp256k1-instruction/bincode in solana-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 7, 2024
1 parent 39f3d3d commit e2beeec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ solana-reward-info = { workspace = true, features = ["serde"] }
solana-sanitize = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-sdk-macro = { workspace = true }
solana-secp256k1-instruction = { workspace = true, optional = true }
solana-secp256k1-instruction = { workspace = true, optional = true, features = ["bincode"] }
solana-secp256k1-recover = { workspace = true }
solana-seed-derivable = { workspace = true, optional = true }
solana-seed-phrase = { workspace = true, optional = true }
Expand Down

0 comments on commit e2beeec

Please sign in to comment.