Open kurosakishigure opened 14 hours ago
For example, if the current tag is 1.0.0-canary.1, the version field in the Cargo.toml file should also be set to 1.0.0-canary.1.
Currently, the tag is 1.0.0-canary.1, but the version field in the Cargo.toml file is set to 1.0.0.
None.
If Katharsis is used as a crate in the future, this type of version number might not be allowed. It may be necessary to consider uploading only release versions when publishing the crate.
Expected Behavior
For example, if the current tag is 1.0.0-canary.1, the version field in the Cargo.toml file should also be set to 1.0.0-canary.1.
Actual Behavior
Currently, the tag is 1.0.0-canary.1, but the version field in the Cargo.toml file is set to 1.0.0.
Additional Information
None.