Skip to content
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

Change publish test to package test #534

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Change publish test to package test #534

merged 1 commit into from
Sep 23, 2024

Conversation

smoelius
Copy link
Member

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

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
@smoelius smoelius added this pull request to the merge queue Sep 23, 2024
Merged via the queue into master with commit 5ae8807 Sep 23, 2024
18 checks passed
@smoelius smoelius deleted the publish-to-package branch September 23, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant