Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support workspace inheritance in cargo-set-version #752

@Muscraft

Description

@Muscraft

Workspace inheritance was stabilized recently and set to be released in Rust version 1.64 on September 22, 2022.

cargo-set-version currently does not allow setting the version in the [workspace.package] table. This needs to happen as workspace inheritance allows inheriting a version from the workspace root by setting version.workspace = true in the member and in the workspace root putting:

[workspace.package]
version = "0.1.0"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions