Man1 - cargo-version.1

Table of Contents

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:

#+begin_quote

      cargo version

#+end_quote

2.The version is also available via flags:

#+begin_quote

      cargo --version
      cargo -V

#+end_quote

3.Display extra version information:

#+begin_quote

      cargo -Vv

#+end_quote

SEE ALSO

*cargo*(1)

Author: dt

Created: 2022-02-22 Tue 16:52