Skip to content

Commit

Permalink
Remove an unused dependency on clap (#534)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
antiguru authored Oct 17, 2023
1 parent b990fab commit 8fc707d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kafkaesque/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ authors = ["Frank McSherry <[email protected]>"]
edition = "2018"

[dependencies]
clap="*"
abomonation="0.7"
timely = { path = "../timely" }

Expand Down

0 comments on commit 8fc707d

Please sign in to comment.