1CARGO-VERSION(1) General Commands Manual CARGO-VERSION(1)
23
4
NAME
6cargo-version - Show version information
7
SYNOPSIS
9cargo version [options]
10
DESCRIPTION
12Displays the version of Cargo.
13
OPTIONS
15-v, --verbose
16Display additional version information.
17
EXAMPLES
191. Display the version:
2021
cargo version
2223
2. The version is also available via flags:
2425
cargo --version
26cargo -V
2728
3. Display extra version information:
2930
cargo -Vv
31
SEE ALSO
33cargo(1)
3435
36
37
CARGO-VERSION(1)