-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Component AsRef change causes beta regression #48716
Comments
Unfortunately app_dirs is no longer maintained, with no good replacement that I can find. |
For crates that are no longer maintained what is the right course of action here? For instance |
@vitiral You could put |
This was discussed during the libs triage meeting recently and we decided that we're not going to revert this, but if any crates need assistance updating we're more than happy to help! |
Closing due to previous comment |
For anyone looking for a replacement for |
#46985 is in relnotes, but this issue wasn't mentioned at all despite of the compatibility breakage (not to mention promised compatability guaranties). |
This is probably going to be closed as expected breakage. This means those cc-ed below should probably aim to fix their crate and release a new point release.
#46985 added an impl of
AsRef<Path> for Component
which causes these crates to stop compiling:Estimated ecosystem breakage: 143 versions (0.18% of versions published), 39 crates (0.27% of crates).
cc @rust-lang/libs
The text was updated successfully, but these errors were encountered: