Skip to content

Commit

Permalink
fix dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 31, 2024
1 parent 3a6e5b1 commit 36d2615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/ed25519-program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ solana-sdk-ids = { workspace = true }

[dev-dependencies]
hex = { workspace = true }
rand0-7 = { workspace = true }
rand = { workspace = true }
solana-hash = { workspace = true }
solana-keypair = { workspace = true }
solana-logger = { workspace = true }
Expand Down

0 comments on commit 36d2615

Please sign in to comment.