tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.08k stars 110 forks source link

Update generator to 0.8.1 #338

Closed fornwall closed 6 months ago

fornwall commented 6 months ago

Closes: #337

fornwall commented 6 months ago

The minimal dependency versions check is failing due to generator stating libc version 0.2 as the minimal version, but does not actually build against a libc version that old.

Proposed bumping that for generator here: https://github.com/Xudong-Huang/generator-rs/pull/57

fornwall commented 6 months ago

Proposed bumping that for generator here: https://github.com/Xudong-Huang/generator-rs/pull/57

This has now been merged and released as generator version 0.8.1. I've bumped to that, and this PR should now be ready.

torokati44 commented 4 months ago

It would be nice to get a new release with this in. Not important, just to help clean up some transitive dependency version duplications of downstream projects. :innocent:

Darksonn commented 4 months ago

Done in #348.

torokati44 commented 4 months ago

Thank you! ☺️