TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.59k stars 184 forks source link

Avoid recommending crates.io versions #529

Closed frankmcsherry closed 3 weeks ago

frankmcsherry commented 3 weeks ago

Until we push a new version of TD/DD to crates.io, the recommendation to use it results in folks with broken code (unsafe code that Rust treats differently in 1.76, seemingly). Stop recommending the crates.io version.

fixes #524, fixes #528