Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 21, 2024
1 parent 291e106 commit e8b6a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ solana-feature-set = { workspace = true }
solana-precompile-error = { workspace = true }
solana-program = { workspace = true, default-features = false }
solana-pubkey = { workspace = true }
solana-sdk-ids = { workspace = true }
solana-secp256k1-program = { workspace = true, features = ["bincode"] }
solana-secp256r1-program = { workspace = true, default-features = false }
solana-sdk-ids = { workspace = true }

[features]
# Enables the "vendored" feature of openssl inside of secp256r1-program
Expand Down

0 comments on commit e8b6a77

Please sign in to comment.