TimelyDataflow / timely-dataflow

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

update rustc in CI to 1.64 #495

Closed petrosagg closed 1 year ago

petrosagg commented 1 year ago

Tests for the kafkaesque example started failing because it depends on clap which now requires rustc 1.64. We could change the deps of the example but updating rustc seems like a good anything anyway.

frankmcsherry commented 1 year ago

Thanks!