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

cargo publish does not generate a warning during --dry-run #12150

Closed
softstream-link opened this issue May 18, 2023 · 1 comment
Closed

cargo publish does not generate a warning during --dry-run #12150

softstream-link opened this issue May 18, 2023 · 1 comment
Labels
C-bug Category: bug S-triage Status: This issue is waiting on initial triage.

Comments

@softstream-link
Copy link

Problem

A cargo.toml file with invalid category does not generate warning with --dry-run but does when actually publishing to crates.io

Cargo.toml

[package]
categories = ["NOT VALID"]

Steps

No response

Possible Solution(s)

No response

Notes

No response

Version

No response

@softstream-link softstream-link added C-bug Category: bug S-triage Status: This issue is waiting on initial triage. labels May 18, 2023
@weihanglo
Copy link
Member

Thank you for reporting this! The issue looks like a duplicate of #4377, so closing in favour of that.

@weihanglo weihanglo closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug S-triage Status: This issue is waiting on initial triage.
Projects
None yet
Development

No branches or pull requests

2 participants