Skip to content

Commit

Permalink
use more granular dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 13, 2024
1 parent 78ee470 commit 98983e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions sdk/ed25519-instructions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ solana-sdk-ids = { workspace = true }
hex = { workspace = true }
rand0-7 = { workspace = true }
solana-hash = { workspace = true }
solana-keypair = { workspace = true }
solana-logger = { workspace = true }
solana-sdk = { path = ".." }
solana-signer = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
7 changes: 3 additions & 4 deletions sdk/ed25519-instructions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,9 @@ pub mod test {
rand0_7::{thread_rng, Rng},
solana_feature_set::FeatureSet,
solana_hash::Hash,
solana_sdk::{
signer::{keypair::Keypair, Signer},
transaction::Transaction,
},
solana_keypair::Keypair,
solana_sdk::transaction::Transaction,
solana_signer::Signer,
};

pub fn new_ed25519_instruction_raw(
Expand Down

0 comments on commit 98983e1

Please sign in to comment.