markschl/seq_io

Depends on old crossbeam

Closed this issue · 1 comments

While working on making Rust detect more misuses of uninitialized memory (rust-lang/rust#71274), this crate was flagged as a possible regression via its dependency on crossbeam. That dependency is outdated; it would be great if you could update to the latest crossbeam 0.7 which fixed many critical soundness issues. Thanks. :)

Fixed in bd99053, version 0.3.1 released.