Closed fornwall closed 8 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
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.
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:
Done in #348.
Thank you! ☺️
Closes: #337