From 8fc707d4127d9200d35bb8e4e0df76c6cbfe6172 Mon Sep 17 00:00:00 2001 From: Moritz Hoffmann Date: Tue, 17 Oct 2023 09:03:54 -0400 Subject: [PATCH] Remove an unused dependency on clap (#534) This prevents building Timely in CI because recent versions of clap require a newer version of Rust than what we use in CI. Signed-off-by: Moritz Hoffmann --- kafkaesque/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/kafkaesque/Cargo.toml b/kafkaesque/Cargo.toml index 4ba07f664..6e1dbf5d8 100644 --- a/kafkaesque/Cargo.toml +++ b/kafkaesque/Cargo.toml @@ -5,7 +5,6 @@ authors = ["Frank McSherry "] edition = "2018" [dependencies] -clap="*" abomonation="0.7" timely = { path = "../timely" }