You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When running cargo publish --dry-run several validations does not seem to be executed. One example is the usage of too many keywords. While cargo publish --dry-run succeeds with e.g. 9 keywords the actual publishing will fail with the message that too many keywords have been passed.
Steps
create a project (eg. cargo new)
adjust the keywords in Crago.toml to contain 6 or more entries
run cargo publish --dry-run - it will not complain
Possible Solution(s)
crates.io may provide a proper validation endpoint to also run the verifications on the server when running --dry-run without actually publishing the crate
Problem
When running
cargo publish --dry-run
several validations does not seem to be executed. One example is the usage of too many keywords. Whilecargo publish --dry-run
succeeds with e.g. 9 keywords the actual publishing will fail with the message that too many keywords have been passed.Steps
cargo new
)keywords
inCrago.toml
to contain 6 or more entriescargo publish --dry-run
- it will not complainPossible Solution(s)
crates.io may provide a proper validation endpoint to also run the verifications on the server when running
--dry-run
without actually publishing the crateNotes
Output of
cargo version
:cargo 1.47.0-nightly (aa68721 2020-07-23)
The text was updated successfully, but these errors were encountered: