Skip to content

Commit

Permalink
remove solana-sdk from quic-client dev deps (#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Dec 9, 2024
1 parent 53ee43b commit 32741b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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 quic-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ tokio = { workspace = true, features = ["full"] }
crossbeam-channel = { workspace = true }
solana-logger = { workspace = true }
solana-net-utils = { workspace = true, features = ["dev-context-only-utils"] }
solana-packet = { workspace = true }
solana-perf = { workspace = true }
solana-sdk = { workspace = true }
3 changes: 2 additions & 1 deletion quic-client/tests/quic_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ mod tests {
crossbeam_channel::{unbounded, Receiver},
log::*,
solana_connection_cache::connection_cache_stats::ConnectionCacheStats,
solana_keypair::Keypair,
solana_net_utils::bind_to_localhost,
solana_packet::PACKET_DATA_SIZE,
solana_perf::packet::PacketBatch,
solana_quic_client::nonblocking::quic_client::QuicLazyInitializedEndpoint,
solana_sdk::{packet::PACKET_DATA_SIZE, signature::Keypair},
solana_streamer::{
quic::{QuicServerParams, SpawnServerResult},
streamer::StakedNodes,
Expand Down

0 comments on commit 32741b4

Please sign in to comment.