-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Why was 1.0.10 yanked from crates.io? #348
Comments
After recent compiler changes, rustc almost always emits dead code warnings for the code generated by pin-project (#346). |
No, if Cargo.lock exists it builds with a warning. |
> cargo install deno --version 1.23.0
Downloaded deno v1.23.0
Downloaded 1 crate (3.3 MB) in 2.69s
Updating crates.io index
Installing deno v1.23.0
error: failed to compile `deno v1.23.0`, intermediate artifacts can be found at `C:\Users\david\AppData\Local\Temp\cargo-installSzOTgk`
Caused by:
failed to select a version for the requirement `pin-project = "=1.0.10"`
candidate versions found which didn't match: 1.0.11, 0.4.30, 0.3.5, ...
location searched: crates.io index
required by package `deno v1.23.0` It seems to have broken them. |
Can you use |
Yup, it works with |
The reason it was yanked is for pedantic checks in some projects (i.e., low importance), so I reverted the yank for now. |
I'm just curious why 1.0.10 was yanked from crates.io? I guess old binary crates depending on a pinned old version of pin-project will no longer build?
The text was updated successfully, but these errors were encountered: