Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

cargo-version (1)

Name

cargo-version - Show version information

Synopsis

cargo version [options]

Description

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


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE    |
       +---------------+----------------------+
       |Availability   | developer/rust/cargo |
       +---------------+----------------------+
       |Stability      | Volatile             |
       +---------------+----------------------+

SEE ALSO
       cargo(1)



NOTES
       Source code for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at
       https://github.com/oracle/solaris-userland. The original community
       source was downloaded from  https://static.rust-
       lang.org/dist/rustc-1.53.0-src.tar.xz.

       Further information about this software can be found on the open source
       community website at http://www.rust-lang.org/.



                                                              CARGO-VERSION(1)