other versions
- bookworm 0.66.0+ds1-1
- testing 1.82.0+dfsg1-2
- unstable 1.83.0+dfsg1-1
- experimental 1.83.0+dfsg1-1~exp1
CARGO-VERSION(1) | General Commands Manual | CARGO-VERSION(1) |
NAME¶
cargo-version — Show version information
SYNOPSIS¶
cargo version [options]
DESCRIPTION¶
Displays the version of Cargo.
OPTIONS¶
-v, --verbose
Display additional version information.
EXAMPLES¶
1.Display the version:
cargo version
2.The version is also available via flags:
cargo --version cargo -V
3.Display extra version information:
cargo -Vv