From a6884d682c3fb973e56182ed965b7b8835611183 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Tue, 18 Oct 2022 12:08:30 -0700 Subject: [PATCH] Restore the dev-dependency --- Cargo.lock | 1 + tpu-client/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index a5690aa219..0fc81a8793 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6535,6 +6535,7 @@ dependencies = [ "async-mutex", "async-trait", "bincode", + "crossbeam-channel", "enum_dispatch", "futures 0.3.24", "futures-util", diff --git a/tpu-client/Cargo.toml b/tpu-client/Cargo.toml index 3a37facc51..d2dba4af8d 100644 --- a/tpu-client/Cargo.toml +++ b/tpu-client/Cargo.toml @@ -39,6 +39,7 @@ thiserror = "1.0" tokio = { version = "1", features = ["full"] } [dev-dependencies] +crossbeam-channel = "0.5" rand_chacha = "0.2.2" solana-logger = { path = "../logger", version = "=1.15.0" } solana-perf = { path = "../perf", version = "=1.15.0" }