Hey! In rust-lang/rust#155499 (comment) we did a crater run with a change to the never type fallback, which is a breaking change. We found that it breaks a few crates that depend on old versions of bluer.
The newer versions already have a fix for the problem, namely dc03776.
Would you be willing to release backports of the fix as patch versions to older versions? That would mean affected crates can fix their issues by just running cargo update. I can help with the backports, but the releases need to be done by someone with permissions to make them :)
The distribution of failures per version of bluer is: 0.13.1 (2), 0.13.2 (1), 0.13.3 (1), 0.15.0 (5), 0.15.7 (3), 0.16.0 (1), 0.16.1 (27), 0.17.0 (2), 0.17.0-pre1 (1), 0.17.1 (8), 0.17.3 (46); It would be most valuable to release backports as 0.16.x and 0.17.x.
Hey! In rust-lang/rust#155499 (comment) we did a crater run with a change to the never type fallback, which is a breaking change. We found that it breaks a few crates that depend on old versions of
bluer.The newer versions already have a fix for the problem, namely dc03776.
Would you be willing to release backports of the fix as patch versions to older versions? That would mean affected crates can fix their issues by just running
cargo update. I can help with the backports, but the releases need to be done by someone with permissions to make them :)The distribution of failures per version of bluer is: 0.13.1 (2), 0.13.2 (1), 0.13.3 (1), 0.15.0 (5), 0.15.7 (3), 0.16.0 (1), 0.16.1 (27), 0.17.0 (2), 0.17.0-pre1 (1), 0.17.1 (8), 0.17.3 (46); It would be most valuable to release backports as
0.16.xand0.17.x.