-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] Cargo does not remove [root] from lockfile with --frozen #45658
Conversation
@bors: r+ |
📌 Commit db38341 has been approved by |
@Mark-Simulacrum has this broken crater somehow? I wonder why we haven't caught this earlier then, the change about |
[beta] Cargo does not remove [root] from lockfile with --frozen Okey, this is supposed to be a backport of rust-lang/cargo#4687, but looks like beta cargo at rust-lang and beta cargo at cargo are different at the moment, hence the huge diff (one commit in the diffrence rewrote every single test file in Cargo) rust-lang: https://github.com/rust-lang/cargo/commits/463e850146e9454b8b953ff73772a35b286b58e7 cargo: https://github.com/rust-lang/cargo/commits/rust-1.22.0 r? @alexcrichton
☀️ Test successful - status-appveyor, status-travis |
@matklad Well, the issue with crater is that we generated lockfiles on stable and then tried to use them with beta cargo, which failed, and means that we can't currently (before next beta) run crater on stable vs. beta. |
Okey, this is supposed to be a backport of rust-lang/cargo#4687, but looks like beta cargo at rust-lang and beta cargo at cargo are different at the moment, hence the huge diff (one commit in the diffrence rewrote every single test file in Cargo)
rust-lang: https://github.com/rust-lang/cargo/commits/463e850146e9454b8b953ff73772a35b286b58e7
cargo: https://github.com/rust-lang/cargo/commits/rust-1.22.0
r? @alexcrichton