Skip to content

Commit

Permalink
Sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Dec 10, 2024
1 parent fd824e1 commit 43d3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/secp256k1-program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ hex = { workspace = true }
rand0-7 = { workspace = true }
solana-account-info = { workspace = true }
solana-hash = { workspace = true }
solana-instructions-sysvar = { workspace = true }
solana-keccak-hasher = { workspace = true }
solana-keypair = { workspace = true }
solana-logger = { workspace = true }
Expand All @@ -35,7 +36,6 @@ solana-program-error = { workspace = true }
solana-sdk = { path = ".." }
solana-secp256k1-program = { path = ".", features = ["dev-context-only-utils"] }
solana-signer = { workspace = true }
solana-instructions-sysvar = { workspace = true }

[features]
bincode = [
Expand Down

0 comments on commit 43d3113

Please sign in to comment.