TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 273 forks source link

Remove an unused dependency on clap #534

Closed antiguru closed 10 months ago

antiguru commented 10 months ago

This prevents building Timely in CI because recent versions of clap require a newer version of Rust than what we use in CI.

frankmcsherry commented 10 months ago

I mean, seems good. No clue how this happened, but I bet we used it in examples or somesuch! :D