Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When run with the nightly toolchain, the `publish` test recently started failing with the following: ``` error: crate [email protected] already exists on crates.io index ``` I think this is the cause: https://github.com/rust-lang/cargo/blob/6ede1e2b276eaf93618765a08bd3ec2f0f44d955/src/cargo/ops/registry/publish.rs#L136 See, for example: https://github.com/rust-lang/cargo/pull/14550/files#r1763454347
- Loading branch information