Skip to content

Commit

Permalink
missing feature activation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 28, 2024
1 parent 29af51f commit c263632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/ed25519-instructions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytemuck = { workspace = true }
bytemuck_derive = { workspace = true }
ed25519-dalek = { workspace = true }
solana-feature-set = { workspace = true }
solana-instruction = { workspace = true }
solana-instruction = { workspace = true, features = ["std"] }
solana-precompile-error = { workspace = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit c263632

Please sign in to comment.