Is there any plans to release a new patch or minor version on crates.io?
The last iced-x86 release has been made almost two years ago now. Since then, a few bug fix patches have been merged and iced no longer breaks std dependents when another crate requests the no_std feature (#688).
The latter was quite problematic for no_std compatible crates that depend on iced but don't want to expose a no_std negative feature. I maintain such a crate and currently have to depend on a re-published fork of iced-x86 to mitigate this, though I would like to depend on the original crate to avoid iced being unnecessarily compiled and included in the binary twice when it is already in the dependency tree.
Is there anything blocking the release of new version? If so, I'd be happy to contribute.
Is there any plans to release a new patch or minor version on crates.io?
The last iced-x86 release has been made almost two years ago now. Since then, a few bug fix patches have been merged and iced no longer breaks
stddependents when another crate requests theno_stdfeature (#688).The latter was quite problematic for
no_stdcompatible crates that depend on iced but don't want to expose ano_stdnegative feature. I maintain such a crate and currently have to depend on a re-published fork of iced-x86 to mitigate this, though I would like to depend on the original crate to avoid iced being unnecessarily compiled and included in the binary twice when it is already in the dependency tree.Is there anything blocking the release of new version? If so, I'd be happy to contribute.