Allow any string for version field if publish = false #14083
Labels
A-manifest
Area: Cargo.toml issues
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
S-propose-close
Status: A team member has nominated this for closing, pending further input from the team
Problem
I'm creating an application, and i would like to use a different type of version format that semver. I know i could use an env var for this, and i will probably do this, but specify the version in the
version
field will have some benefit for me:clap
cargo-packager
Proposed Solution
Allow any string to be used when
publish = false
.Notes
No response
The text was updated successfully, but these errors were encountered: