#tools #development #tool #cli-tool

app cargo-version-util

A small CLI utility to manipulate Cargo.toml versions

4 stable releases

1.1.2 Dec 18, 2023
1.1.1 Oct 19, 2023
1.1.0 Jul 6, 2023
1.0.0 Oct 6, 2022

#2225 in Command line utilities

Download history 50/week @ 2023-11-20 87/week @ 2023-11-27 26/week @ 2023-12-04 19/week @ 2023-12-11 41/week @ 2023-12-18 2/week @ 2024-01-01 3/week @ 2024-01-08 12/week @ 2024-01-15 60/week @ 2024-01-22 21/week @ 2024-01-29 29/week @ 2024-02-05 47/week @ 2024-02-12 51/week @ 2024-02-19 35/week @ 2024-02-26 38/week @ 2024-03-04

171 downloads per month

Custom license

11KB
191 lines

Cargo Version Utility

This is a small cargo subcommand cargo version-util to manipulate Cargo.toml versions. It handles workspaces transparently.

Installation

cargo install --path .

Usage

get-version

This subcommand gets the version of the specified Cargo.toml file.

cargo version-util get-version [--manifest-path /path/to/Cargo.toml]

Note: If run in a workspace and member crates have distinct versions the get-version command fails with an error.

set-version

This subcommand sets the version for the specified Cargo.toml file.

cargo version-util set-version [--manifest-path /path/to/Cargo.toml] <VERSION>

If run in a workspace all members get the same version.

is-workspace

This subcommand checks if the specified Cargo.toml is a workspace toml.

cargo version-util is-workspace [--manifest-path /path/to/Cargo.toml]

Dependencies

~3–4MB
~77K SLoC