We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In my case, I failed to write a description in my Cargo.toml. This caused crates.io to reject my upload.
description
Cargo.toml
cargo publish --dry-run
cargo publish
There are many reasons things might go wrong, and the local cargo doesn't know the policy of the remote site. I think the solution has to be:
No response
cargo 1.65.0-beta.1 (082503982 2022-09-13) release: 1.65.0-beta.1 commit-hash: 082503982ea0fb7a8fd72210427d43a2e2128a63 commit-date: 2022-09-13 host: x86_64-unknown-linux-gnu libgit2: 1.5.0 (sys:0.15.0 vendored) libcurl: 7.83.1-DEV (sys:0.4.55+curl-7.83.1 vendored ssl:OpenSSL/1.1.1q) os: Debian 10 (buster) [64-bit]
The text was updated successfully, but these errors were encountered:
See rust-lang/crates-io-cargo-teams#82
Sorry, something went wrong.
I am going to close this in favour of #5941, as more discussions happened there. If you think they are inherently different, we can re-open this.
No branches or pull requests
Problem
In my case, I failed to write a
description
in myCargo.toml
. This caused crates.io to reject my upload.Steps
description
cargo publish --dry-run
, observe successcargo publish
, observe failurePossible Solution(s)
There are many reasons things might go wrong, and the local cargo doesn't know the policy of the remote site. I think the solution has to be:
Notes
No response
Version
The text was updated successfully, but these errors were encountered: