Skip to content

Commit

Permalink
sort deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Feb 12, 2025
1 parent 389d3e0 commit 103c9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keypair/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
five8 = { workspace = true }
ed25519-dalek = { workspace = true }
ed25519-dalek-bip32 = { workspace = true, optional = true }
five8 = { workspace = true }
rand0-7 = { workspace = true }
solana-derivation-path = { workspace = true, optional = true }
solana-pubkey = { workspace = true }
Expand Down

0 comments on commit 103c9fa

Please sign in to comment.