Hello community,

here is the log from the commit of package cargo-bootstrap for openSUSE:Factory 
checked in at 2016-11-10 13:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cargo-bootstrap (Old)
 and      /work/SRC/openSUSE:Factory/.cargo-bootstrap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cargo-bootstrap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cargo-bootstrap/cargo-bootstrap.changes  
2016-10-28 10:47:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cargo-bootstrap.new/cargo-bootstrap.changes     
2016-11-10 13:18:40.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov  3 11:16:52 UTC 2016 - matwey.korni...@gmail.com
+
+- Update to 0.13.0 (109cb7c 2016-09-29)
+
+-------------------------------------------------------------------

Old:
----
  cargo-nightly-i686-unknown-linux-gnu.tar.gz
  cargo-nightly-x86_64-unknown-linux-gnu.tar.gz

New:
----
  cargo-0.13.0-aarch64-unknown-linux-gnu.tar.gz
  cargo-0.13.0-arm-unknown-linux-gnueabihf.tar.gz
  cargo-0.13.0-armv7-unknown-linux-gnueabihf.tar.gz
  cargo-0.13.0-i686-unknown-linux-gnu.tar.gz
  cargo-0.13.0-x86_64-unknown-linux-gnu.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cargo-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.8o6ZZf/_old  2016-11-10 13:18:42.000000000 +0100
+++ /var/tmp/diff_new_pack.8o6ZZf/_new  2016-11-10 13:18:42.000000000 +0100
@@ -17,19 +17,23 @@
 
 
 Name:           cargo-bootstrap
-Version:        0.12.0+nightly.20160621.50dad37
+Version:        0.13.0
 Release:        0
 Summary:        Bootstrap Package for Cargo
 License:        MIT or Apache-2.0
 Group:          Development/Languages/Other
 Url:            https://crates.io
 Provides:       cargo
-Source0:        cargo-nightly-x86_64-unknown-linux-gnu.tar.gz
-Source1:        cargo-nightly-i686-unknown-linux-gnu.tar.gz
-Source2:        README.packaging
-BuildRequires:  rustc-stable
+Source0:        cargo-%{version}-x86_64-unknown-linux-gnu.tar.gz
+Source1:        cargo-%{version}-i686-unknown-linux-gnu.tar.gz
+Source2:        cargo-%{version}-aarch64-unknown-linux-gnu.tar.gz
+Source3:        cargo-%{version}-armv7-unknown-linux-gnueabihf.tar.gz
+Source4:        cargo-%{version}-arm-unknown-linux-gnueabihf.tar.gz
+Source99:       README.packaging
 Requires:       rustc-stable
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  %ix86 x86_64 aarch64 armv7hl armv6hl
+
+Conflicts:      cargo
 
 %description
 Bootstrap package for Cargo, crate host for
@@ -37,9 +41,19 @@
 
 %prep
 %ifarch x86_64
-%setup -T -b 0 -n cargo-nightly-x86_64-unknown-linux-gnu
-%else
-%setup -T -b 1 -n cargo-nightly-i686-unknown-linux-gnu
+%setup -T -b 0 -n cargo-%{version}-x86_64-unknown-linux-gnu
+%endif
+%ifarch %ix86
+%setup -T -b 1 -n cargo-%{version}-i686-unknown-linux-gnu
+%endif
+%ifarch aarch64
+%setup -T -b 2 -n cargo-%{version}-aarch64-unknown-linux-gnu
+%endif
+%ifarch armv7hl
+%setup -T -b 3 -n cargo-%{version}-armv7-unknown-linux-gnueabihf
+%endif
+%ifarch armv6hl
+%setup -T -b 4 -n cargo-%{version}-arm-unknown-linux-gnueabihf
 %endif
 
 %build

++++++ cargo-nightly-i686-unknown-linux-gnu.tar.gz -> 
cargo-0.13.0-i686-unknown-linux-gnu.tar.gz ++++++
Files old/cargo-nightly-i686-unknown-linux-gnu/cargo/bin/cargo and 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/bin/cargo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/manifest.in 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/manifest.in
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/manifest.in  2016-06-27 
04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/manifest.in   2016-11-05 
14:30:18.000000000 +0100
@@ -8,14 +8,25 @@
 file:share/man/man1/cargo-build.1
 file:share/man/man1/cargo-clean.1
 file:share/man/man1/cargo-doc.1
+file:share/man/man1/cargo-fetch.1
+file:share/man/man1/cargo-generate-lockfile.1
 file:share/man/man1/cargo-init.1
 file:share/man/man1/cargo-install.1
+file:share/man/man1/cargo-login.1
+file:share/man/man1/cargo-metadata.1
 file:share/man/man1/cargo-new.1
+file:share/man/man1/cargo-owner.1
 file:share/man/man1/cargo-package.1
+file:share/man/man1/cargo-pkgid.1
 file:share/man/man1/cargo-publish.1
 file:share/man/man1/cargo-run.1
+file:share/man/man1/cargo-rustc.1
+file:share/man/man1/cargo-rustdoc.1
 file:share/man/man1/cargo-search.1
 file:share/man/man1/cargo-test.1
+file:share/man/man1/cargo-uninstall.1
 file:share/man/man1/cargo-update.1
+file:share/man/man1/cargo-version.1
+file:share/man/man1/cargo-yank.1
 file:share/man/man1/cargo.1
 file:share/zsh/site-functions/_cargo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1 
2016-06-27 04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1  
2016-11-05 14:30:18.000000000 +0100
@@ -69,7 +69,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1 
2016-06-27 04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1  
2016-11-05 14:30:18.000000000 +0100
@@ -33,7 +33,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1   
2016-06-27 04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1    
2016-11-05 14:30:18.000000000 +0100
@@ -43,7 +43,7 @@
 .RE
 .TP
 .B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1 
1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1  
2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,52 @@
+.TH "CARGO\-FETCH" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-fetch \- Fetch dependencies of a package from the network
+.SH SYNOPSIS
+.PP
+\f[I]cargo fetch\f[] [OPTIONS]
+.SH DESCRIPTION
+.PP
+If a lockfile is available, this command will ensure that all of the git
+dependencies and/or registries dependencies are downloaded and locally
+available. The network is never touched after a `cargo fetch` unless
+the lockfile changes.
+
+If the lockfile is not available, then this is the equivalent of
+`cargo generate-lockfile`. A lockfile is generated and dependencies are also
+all updated.
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-manifest-path \f[I]PATH\f[]
+Path to the manifest to fetch dependencies for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-update(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
     1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
      2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,41 @@
+.TH "CARGO\-GENERATE LOCKFILE" "1" "May 2016" "The Rust package manager" 
"Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-generate-lockfile \- Generate the lockfile for a project
+.SH SYNOPSIS
+.PP
+\f[I]cargo generate-lockfile\f[] [OPTIONS]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-manifest-path \f[I]PATH\f[]
+Path to the manifest to generate a lockfile for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1   
    2016-06-27 04:43:17.000000000 +0200
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1    
    2016-11-05 14:30:18.000000000 +0100
@@ -89,7 +89,7 @@
 .RE
 .TP
 .B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
@@ -98,6 +98,11 @@
 .RS
 .RE
 .TP
+.B \-f, \-\-force
+Force overwriting existing crates or binaries
+.RS
+.RE
+.TP
 .B \-\-no\-default\-features
 Do not build the \f[C]default\f[] feature.
 .RS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1 
1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1  
2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,41 @@
+.TH "CARGO\-LOGIN" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-login \- Save an API token from the registry locally
+.SH SYNOPSIS
+.PP
+\f[I]cargo login\f[] [OPTIONS] [<TOKEN>]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-host \f[I]HOST\f[]
+Host to set the token for
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-publish(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1  
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1   
    2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,66 @@
+.TH "CARGO\-METADATA" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-metadata \- Machine-readable metadata about the current project
+.SH SYNOPSIS
+.PP
+\f[I]cargo metadata\f[] [OPTIONS]
+.SH DESCRIPTION
+.PP
+Output the resolved dependencies of a project, the concrete used versions
+including overrides, in machine-readable format.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-features \f[I]FEATURES\f[]
+Space-separated list of features.
+.RS
+.RE
+.TP
+.B \-\-no\-default\-features
+Do not include the \f[C]default\f[] feature.
+.RS
+.RE
+.TP
+.B \-\-no\-deps
+Output information only about the root package and don\[aq]t fetch
+dependencies.
+.RS
+.RE
+.TP
+.B \-\-manifest\-path \f[I]PATH\f[]
+Path to the manifest.
+.RS
+.RE
+.TP
+.B \-\-format\-version \f[I]VERSION\f[]
+Format version [default: 1]. Valid values: 1.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1 
1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1  
2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,88 @@
+.TH "CARGO\-OWNER" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-owner \- Manage the owners of a crate of the registry
+.SH SYNOPSIS
+.PP
+\f[I]cargo owner\f[] [OPTIONS] [<CRATE>]
+.SH DESCRIPTION
+.PP
+This command will modify the owners for a package on the specified
+registry (or default). Note that owners of a package can upload new
+versions, and yank old versions. Explicitly named owners can also modify
+the set of owners, so take caution!
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-a, \-\-add \f[I]LOGIN\f[]
+Name of a user or team to add as an owner.
+.RS
+.RE
+.TP
+.B \-r, \-\-remove \f[I]LOGIN\f[]
+Name of a user or team to remove as an owner.
+.RS
+.RE
+.TP
+.B \-l, \-\-list
+List owners of a crate.
+.RS
+.RE
+.TP
+.B \-\-index \f[I]INDEX\f[]
+Registry index to modify owners for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH EXAMPLES
+.PP
+Add user as an owner of the current package
+.IP
+.nf
+\f[C]
+$\ cargo\ owner\ \-\-add\ user
+\f[]
+.fi
+.PP
+Remove user as an owner of the current package
+.IP
+.nf
+\f[C]
+$\ cargo\ owner\ \-\-remove\ user
+\f[]
+.fi
+.PP
+Use a certain API token to authenticate with
+.IP
+.nf
+\f[C]
+$\ cargo\ owner\ \-\-token\ U6WHXacP3Qqwd5kze1fohr4JEOmGCuRK2
+\f[]
+.fi
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-publish(1), cargo\-login(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1 
1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1  
2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,75 @@
+.TH "CARGO\-PKGID" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-pkgid \- Print a fully qualified package specification
+.SH SYNOPSIS
+.PP
+\f[I]cargo pkgid\f[] [OPTIONS] [<SPEC>]
+.SH DESCRIPTION
+.PP
+Given a <SPEC> argument, print out the fully qualified package id
+specifier.  This command will generate an error if <SPEC> is ambiguous as
+to which package it refers to in the dependency graph.  If no <SPEC> is
+given, then the pkgid for the local package is printed.
+.PP
+This command requires that a lockfile is available and dependencies have
+been fetched.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-manifest\-path \f[I]PATH\f[]
+Path to the manifest to the package to clean.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH EXAMPLES
+.PP
+Retrive package specification for foo package
+.IP
+.nf
+\f[C]
+$\ cargo\ pkgid\ foo
+\f[]
+.fi
+.PP
+Retrieve package specification for version 1.0.0 of foo
+.IP
+.nf
+\f[C]
+$\ cargo\ pkgid\ foo:1.0.0
+\f[]
+.fi
+.PP
+Retrive package specification for foo from crates.io
+.IP
+.nf
+\f[C]
+$\ cargo\ pkgid\ crates.io/foo
+\f[]
+.fi
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-generate\-lockfile(1), cargo-search(1), cargo-metadata(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1   
2016-06-27 04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1    
2016-11-05 14:30:18.000000000 +0100
@@ -37,7 +37,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1 
1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1  
2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,121 @@
+.TH "CARGO\-RUSTC" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-rustc \- Compile a package and all of its dependencies
+.SH SYNOPSIS
+.PP
+\f[I]cargo rustc\f[] [OPTIONS] [\-\-] [<OPTS>...]
+.SH DESCRIPTION
+.PP
+.PP
+The specified target for the current package (or package specified by
+SPEC if provided) will be compiled along with all of its dependencies.
+The specified ...
+will all be passed to the final compiler invocation, not any of the
+dependencies.
+Note that the compiler will still unconditionally receive arguments such
+as \-L, \-\-extern, and \-\-crate\-type, and the specified ...
+will simply be added to the compiler invocation.
+.PP
+This command requires that only one target is being compiled.
+If more than one target is available for the current package the filters
+of \-\-lib, \-\-bin, etc, must be used to select which target is
+compiled.
+To pass flags to all compiler processes spawned by Cargo, use the
+$RUSTFLAGS environment variable or the \f[C]build.rustflags\f[]
+configuration option.
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-p \f[I]SPEC\f[], \-\-package SPEC\f[]
+The profile to compiler for.
+.RS
+.RE
+.TP
+.B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
+Number of parallel jobs, defaults to # of CPUs.
+.RS
+.RE
+.TP
+.B \-\-lib
+Build only this package\[aq]s library.
+.RS
+.RE
+.TP
+.B \-\-bin \f[I]NAME\f[]
+Build only the specified binary.
+.RS
+.RE
+.TP
+.B \-\-example \f[I]NAME\f[]
+Build only the specified example.
+.RS
+.RE
+.TP
+.B \-\-test \f[I]NAME\f[]
+Build only the specified test target.
+.RS
+.RE
+.TP
+.B \-\-bench \f[I]NAME\f[]
+Build only the specified benchmark target.
+.RS
+.RE
+.TP
+.B \-\-release
+Build artifacts in release mode, with optimizations.
+.RS
+.RE
+.TP
+.B \-\-profile \f[I]PROFILE
+Profile to build the selected target for.
+.RS
+.RE
+.TP
+.B \-\-features \f[I]FEATURES\f[]
+The version to yank or un\-yank.
+.RS
+.RE
+.TP
+.B \-\-no\-default\-features
+Do not compile default features for the package.
+.RS
+.RE
+.TP
+.B \-\-target \f[I]TRIPLE\f[]
+Target triple which compiles will be for.
+.RS
+.RE
+.TP
+.B \-\-manifest-path \f[I]PATH\f[]
+Path to the manifest to fetch dependencies for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-run(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1    
    2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,119 @@
+.TH "CARGO\-RUSTDOC" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-rustdoc \- Build a package\[aq]s documentation, using specified
+custom flags.
+
+.SH SYNOPSIS
+.PP
+\f[I]cargo rustdoc\f[] [OPTIONS] [\-\-] [<OPTS>...]
+.SH DESCRIPTION
+.PP
+The specified target for the current package (or package specified by
+SPEC if provided) will be documented with the specified <OPTS>...
+being passed to the final rustdoc invocation.
+Dependencies will not be documented as part of this command.
+Note that rustdoc will still unconditionally receive arguments such as
+\-L, \-\-extern, and \-\-crate\-type, and the specified <OPTS>...
+will simply be added to the rustdoc invocation.
+.PP
+If the \-\-package argument is given, then SPEC is a package id
+specification which indicates which package should be documented.
+If it is not given, then the current package is documented.
+For more information on SPEC and its format, see the
+\f[C]cargo\ help\ pkgid\f[] command.
+
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-open
+Open the docs in a browser after the operation.
+.RS
+.RE
+.TP
+.B \-p \f[I]SPEC\f[], \-\-package \f[I]SPEC\f[]
+Package to document.
+.RS
+.RE
+.TP
+.B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
+Number of parallel jobs, defaults to # of CPUs.
+.RS
+.RE
+.TP
+.B \-\-lib
+Build only this package\[aq]s library.
+.RS
+.RE
+.TP
+.B \-\-bin \f[I]NAME\f[]
+Build only the specified binary.
+.RS
+.RE
+.TP
+.B \-\-example \f[I]NAME\f[]
+Build only the specified example.
+.RS
+.RE
+.TP
+.B \-\-test \f[I]NAME\f[]
+Build only the specified test target.
+.RS
+.RE
+.TP
+.B \-\-bench \f[I]NAME\f[]
+Build only the specified benchmark target.
+.RS
+.RE
+.TP
+.B \-\-release
+Build artifacts in release mode, with optimizations.
+.RS
+.RE
+.TP
+.B \-\-features \f[I]FEATURES\f[]
+Space-separated list of features to also build.
+.RS
+.RE
+.TP
+.B \-\-no\-default\-features
+Do not build the \f[C]default\f[] feature.
+.RS
+.RE
+.TP
+.B \-\-target \f[I]TRIPLE\f[]
+Build for the target triple.
+.RS
+.RE
+.TP
+.B \-\-manifest\-path \f[I]PATH\f[]
+Path to the manifest to document.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo-doc(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1  
2016-06-27 04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1   
2016-11-05 14:30:18.000000000 +0100
@@ -57,6 +57,11 @@
 .RS
 .RE
 .TP
+.B \-\-doc
+Test only this library\[aq]s documentation
+.RS
+.RE
+.TP
 .B \-\-bin \f[I]NAME\f[]
 Test only the specified binary.
 .RS
@@ -88,7 +93,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1  
    2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,55 @@
+.TH "CARGO\-UNINSTALL" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-uninstall \- Remove a Rust binary
+.SH SYNOPSIS
+.PP
+\f[I]cargo uninstall\f[] [OPTIONS] <SPEC>
+\f[I]cargo uninstall\f[] (\-h | \-\-help)
+.SH DESCRIPTION
+.PP
+The argument SPEC is a package id specification (see
+\f[C]cargo\ help\ pkgid\f[]) to specify which crate should be
+uninstalled.
+By default all binaries are uninstalled for a crate but the
+\f[C]\-\-bin\f[] and \f[C]\-\-example\f[] flags can be used to only
+uninstall particular binaries.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-root \f[I]DIR\f[]
+Directory to uninstall packages from.
+.RS
+.RE
+.TP
+.B \-\-bin \f[I]NAME\f[]
+Only uninstall the binary NAME.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo-install(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1    
    2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,31 @@
+.TH "CARGO\-VERSION" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-version \- Show version information
+.SH SYNOPSIS
+.PP
+\f[I]cargo version\f[] [OPTIONS]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1  
1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1   
2016-11-05 14:30:18.000000000 +0100
@@ -0,0 +1,68 @@
+.TH "CARGO\-YANK" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-yank \- Remove a pushed crate from the index
+.SH SYNOPSIS
+.PP
+\f[I]cargo yank\f[] [OPTIONS] [<CRATE>]
+.SH DESCRIPTION
+.PP
+The yank command removes a previously pushed crate\[aq]s version from
+the server\[aq]s index.
+This command does not delete any data, and the crate will still be
+available for download via the registry\[aq]s download link.
+.PP
+Note that existing crates locked to a yanked version will still be able
+to download the yanked version to use it.
+Cargo will, however, not allow any new crates to be locked to any yanked
+version.
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-vers \f[I]VERSION\f[]
+The version to yank or un-yank.
+.RS
+.RE
+.TP
+.B \-\-undo
+Undo a yank, putting a version back into the index.
+.RS
+.RE
+.TP
+.B \-\-index \f[I]INDEX\f[]
+Registry index to yank from.
+.RS
+.RE
+.TP
+.B \-\-token \f[I]TOKEN\f[]
+API token to use when authenticating.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-owner(1), cargo\-version(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo.1 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo.1
--- old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/man/man1/cargo.1       
2016-06-27 04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/man/man1/cargo.1        
2016-11-05 14:30:18.000000000 +0100
@@ -27,6 +27,11 @@
 .RS
 .RE
 .TP
+.B \-\-explain CODE
+Run \f[C]rustc\ \-\-explain\ CODE\f[]
+.RS
+.RE
+.TP
 .B \-v, \-\-verbose
 Use verbose output.
 .RS
@@ -101,6 +106,11 @@
 .RS
 .RE
 .TP
+.B cargo\-owner(1)
+Manage the owners of a crate on the registry.
+.RS
+.RE
+.TP
 .B cargo\-uninstall(1)
 Remove a Rust binary.
 .RS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo
--- 
old/cargo-nightly-i686-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo  
    2016-06-27 04:43:17.000000000 +0200
+++ 
new/cargo-0.13.0-i686-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo   
    2016-11-05 14:30:18.000000000 +0100
@@ -21,7 +21,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     "${command_scope_spec[@]}" \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-default-features[do not build the default features]' 
\
@@ -37,7 +37,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     "${command_scope_spec[@]}" \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-default-features[do not build the default features]' 
\
@@ -65,7 +65,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-deps[do not build docs for dependencies]' \
                     '--no-default-features[do not build the default features]' 
\
@@ -133,7 +133,7 @@
                     '--features=[space separated feature list]' \
                     '--git=[URL from which to install the crate]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--no-default-features[do not build the default features]' 
\
                     '--path=[local filesystem path to crate to install]' \
                     '(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' 
\
@@ -242,7 +242,7 @@
                     '--example=[name of the bin target]' \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--bin=[name of the bin target]' \
                     '--no-default-features[do not build the default features]' 
\
@@ -259,7 +259,7 @@
                     '--color=:colorization option:(auto always never)' \
                     '--features=[features to compile for the package]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'=[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to the manifest to fetch 
dependencies for]' \
                     '--no-default-features[do not compile default features for 
the package]' \
                     '(-p, --package)'{-p,--package}'=[profile to compile for]' 
\
@@ -276,7 +276,7 @@
                     '--color=:colorization option:(auto always never)' \
                     '--features=[space-separated list of features to also 
build]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'=[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to the manifest to document]' \
                     '--no-default-features[do not build the `default` 
feature]' \
                     '--open[open the docs in a browser after the operation]' \
@@ -302,7 +302,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--test=[test name]: :_test_names' \
                     '--no-default-features[do not build the default features]' 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cargo-nightly-i686-unknown-linux-gnu/version 
new/cargo-0.13.0-i686-unknown-linux-gnu/version
--- old/cargo-nightly-i686-unknown-linux-gnu/version    2016-06-27 
04:43:17.000000000 +0200
+++ new/cargo-0.13.0-i686-unknown-linux-gnu/version     2016-11-05 
14:30:18.000000000 +0100
@@ -1 +1 @@
-0.12.0-nightly (50dad37 2016-06-21)
+0.13.0 (built 2016-11-05)

++++++ cargo-nightly-x86_64-unknown-linux-gnu.tar.gz -> 
cargo-0.13.0-x86_64-unknown-linux-gnu.tar.gz ++++++
Files old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/bin/cargo and 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/bin/cargo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/manifest.in 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/manifest.in
--- old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/manifest.in        
2016-06-27 04:39:00.000000000 +0200
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/manifest.in 2016-11-05 
14:28:55.000000000 +0100
@@ -8,14 +8,25 @@
 file:share/man/man1/cargo-build.1
 file:share/man/man1/cargo-clean.1
 file:share/man/man1/cargo-doc.1
+file:share/man/man1/cargo-fetch.1
+file:share/man/man1/cargo-generate-lockfile.1
 file:share/man/man1/cargo-init.1
 file:share/man/man1/cargo-install.1
+file:share/man/man1/cargo-login.1
+file:share/man/man1/cargo-metadata.1
 file:share/man/man1/cargo-new.1
+file:share/man/man1/cargo-owner.1
 file:share/man/man1/cargo-package.1
+file:share/man/man1/cargo-pkgid.1
 file:share/man/man1/cargo-publish.1
 file:share/man/man1/cargo-run.1
+file:share/man/man1/cargo-rustc.1
+file:share/man/man1/cargo-rustdoc.1
 file:share/man/man1/cargo-search.1
 file:share/man/man1/cargo-test.1
+file:share/man/man1/cargo-uninstall.1
 file:share/man/man1/cargo-update.1
+file:share/man/man1/cargo-version.1
+file:share/man/man1/cargo-yank.1
 file:share/man/man1/cargo.1
 file:share/zsh/site-functions/_cargo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1   
    2016-06-27 04:39:00.000000000 +0200
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-bench.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -69,7 +69,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1   
    2016-06-27 04:39:00.000000000 +0200
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-build.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -33,7 +33,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1
--- old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1 
2016-06-27 04:39:00.000000000 +0200
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-doc.1  
2016-11-05 14:28:55.000000000 +0100
@@ -43,7 +43,7 @@
 .RE
 .TP
 .B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-fetch.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,52 @@
+.TH "CARGO\-FETCH" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-fetch \- Fetch dependencies of a package from the network
+.SH SYNOPSIS
+.PP
+\f[I]cargo fetch\f[] [OPTIONS]
+.SH DESCRIPTION
+.PP
+If a lockfile is available, this command will ensure that all of the git
+dependencies and/or registries dependencies are downloaded and locally
+available. The network is never touched after a `cargo fetch` unless
+the lockfile changes.
+
+If the lockfile is not available, then this is the equivalent of
+`cargo generate-lockfile`. A lockfile is generated and dependencies are also
+all updated.
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-manifest-path \f[I]PATH\f[]
+Path to the manifest to fetch dependencies for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-update(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-generate-lockfile.1
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,41 @@
+.TH "CARGO\-GENERATE LOCKFILE" "1" "May 2016" "The Rust package manager" 
"Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-generate-lockfile \- Generate the lockfile for a project
+.SH SYNOPSIS
+.PP
+\f[I]cargo generate-lockfile\f[] [OPTIONS]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-manifest-path \f[I]PATH\f[]
+Path to the manifest to generate a lockfile for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1 
    2016-06-27 04:39:00.000000000 +0200
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-install.1  
    2016-11-05 14:28:55.000000000 +0100
@@ -89,7 +89,7 @@
 .RE
 .TP
 .B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
@@ -98,6 +98,11 @@
 .RS
 .RE
 .TP
+.B \-f, \-\-force
+Force overwriting existing crates or binaries
+.RS
+.RE
+.TP
 .B \-\-no\-default\-features
 Do not build the \f[C]default\f[] feature.
 .RS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-login.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,41 @@
+.TH "CARGO\-LOGIN" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-login \- Save an API token from the registry locally
+.SH SYNOPSIS
+.PP
+\f[I]cargo login\f[] [OPTIONS] [<TOKEN>]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-host \f[I]HOST\f[]
+Host to set the token for
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-publish(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1
 new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-metadata.1 
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,66 @@
+.TH "CARGO\-METADATA" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-metadata \- Machine-readable metadata about the current project
+.SH SYNOPSIS
+.PP
+\f[I]cargo metadata\f[] [OPTIONS]
+.SH DESCRIPTION
+.PP
+Output the resolved dependencies of a project, the concrete used versions
+including overrides, in machine-readable format.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-features \f[I]FEATURES\f[]
+Space-separated list of features.
+.RS
+.RE
+.TP
+.B \-\-no\-default\-features
+Do not include the \f[C]default\f[] feature.
+.RS
+.RE
+.TP
+.B \-\-no\-deps
+Output information only about the root package and don\[aq]t fetch
+dependencies.
+.RS
+.RE
+.TP
+.B \-\-manifest\-path \f[I]PATH\f[]
+Path to the manifest.
+.RS
+.RE
+.TP
+.B \-\-format\-version \f[I]VERSION\f[]
+Format version [default: 1]. Valid values: 1.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-owner.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,88 @@
+.TH "CARGO\-OWNER" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-owner \- Manage the owners of a crate of the registry
+.SH SYNOPSIS
+.PP
+\f[I]cargo owner\f[] [OPTIONS] [<CRATE>]
+.SH DESCRIPTION
+.PP
+This command will modify the owners for a package on the specified
+registry (or default). Note that owners of a package can upload new
+versions, and yank old versions. Explicitly named owners can also modify
+the set of owners, so take caution!
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-a, \-\-add \f[I]LOGIN\f[]
+Name of a user or team to add as an owner.
+.RS
+.RE
+.TP
+.B \-r, \-\-remove \f[I]LOGIN\f[]
+Name of a user or team to remove as an owner.
+.RS
+.RE
+.TP
+.B \-l, \-\-list
+List owners of a crate.
+.RS
+.RE
+.TP
+.B \-\-index \f[I]INDEX\f[]
+Registry index to modify owners for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH EXAMPLES
+.PP
+Add user as an owner of the current package
+.IP
+.nf
+\f[C]
+$\ cargo\ owner\ \-\-add\ user
+\f[]
+.fi
+.PP
+Remove user as an owner of the current package
+.IP
+.nf
+\f[C]
+$\ cargo\ owner\ \-\-remove\ user
+\f[]
+.fi
+.PP
+Use a certain API token to authenticate with
+.IP
+.nf
+\f[C]
+$\ cargo\ owner\ \-\-token\ U6WHXacP3Qqwd5kze1fohr4JEOmGCuRK2
+\f[]
+.fi
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-publish(1), cargo\-login(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-pkgid.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,75 @@
+.TH "CARGO\-PKGID" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-pkgid \- Print a fully qualified package specification
+.SH SYNOPSIS
+.PP
+\f[I]cargo pkgid\f[] [OPTIONS] [<SPEC>]
+.SH DESCRIPTION
+.PP
+Given a <SPEC> argument, print out the fully qualified package id
+specifier.  This command will generate an error if <SPEC> is ambiguous as
+to which package it refers to in the dependency graph.  If no <SPEC> is
+given, then the pkgid for the local package is printed.
+.PP
+This command requires that a lockfile is available and dependencies have
+been fetched.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-manifest\-path \f[I]PATH\f[]
+Path to the manifest to the package to clean.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH EXAMPLES
+.PP
+Retrive package specification for foo package
+.IP
+.nf
+\f[C]
+$\ cargo\ pkgid\ foo
+\f[]
+.fi
+.PP
+Retrieve package specification for version 1.0.0 of foo
+.IP
+.nf
+\f[C]
+$\ cargo\ pkgid\ foo:1.0.0
+\f[]
+.fi
+.PP
+Retrive package specification for foo from crates.io
+.IP
+.nf
+\f[C]
+$\ cargo\ pkgid\ crates.io/foo
+\f[]
+.fi
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-generate\-lockfile(1), cargo-search(1), cargo-metadata(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1
--- old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1 
2016-06-27 04:39:00.000000000 +0200
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-run.1  
2016-11-05 14:28:55.000000000 +0100
@@ -37,7 +37,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1   
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustc.1    
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,121 @@
+.TH "CARGO\-RUSTC" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-rustc \- Compile a package and all of its dependencies
+.SH SYNOPSIS
+.PP
+\f[I]cargo rustc\f[] [OPTIONS] [\-\-] [<OPTS>...]
+.SH DESCRIPTION
+.PP
+.PP
+The specified target for the current package (or package specified by
+SPEC if provided) will be compiled along with all of its dependencies.
+The specified ...
+will all be passed to the final compiler invocation, not any of the
+dependencies.
+Note that the compiler will still unconditionally receive arguments such
+as \-L, \-\-extern, and \-\-crate\-type, and the specified ...
+will simply be added to the compiler invocation.
+.PP
+This command requires that only one target is being compiled.
+If more than one target is available for the current package the filters
+of \-\-lib, \-\-bin, etc, must be used to select which target is
+compiled.
+To pass flags to all compiler processes spawned by Cargo, use the
+$RUSTFLAGS environment variable or the \f[C]build.rustflags\f[]
+configuration option.
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-p \f[I]SPEC\f[], \-\-package SPEC\f[]
+The profile to compiler for.
+.RS
+.RE
+.TP
+.B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
+Number of parallel jobs, defaults to # of CPUs.
+.RS
+.RE
+.TP
+.B \-\-lib
+Build only this package\[aq]s library.
+.RS
+.RE
+.TP
+.B \-\-bin \f[I]NAME\f[]
+Build only the specified binary.
+.RS
+.RE
+.TP
+.B \-\-example \f[I]NAME\f[]
+Build only the specified example.
+.RS
+.RE
+.TP
+.B \-\-test \f[I]NAME\f[]
+Build only the specified test target.
+.RS
+.RE
+.TP
+.B \-\-bench \f[I]NAME\f[]
+Build only the specified benchmark target.
+.RS
+.RE
+.TP
+.B \-\-release
+Build artifacts in release mode, with optimizations.
+.RS
+.RE
+.TP
+.B \-\-profile \f[I]PROFILE
+Profile to build the selected target for.
+.RS
+.RE
+.TP
+.B \-\-features \f[I]FEATURES\f[]
+The version to yank or un\-yank.
+.RS
+.RE
+.TP
+.B \-\-no\-default\-features
+Do not compile default features for the package.
+.RS
+.RE
+.TP
+.B \-\-target \f[I]TRIPLE\f[]
+Target triple which compiles will be for.
+.RS
+.RE
+.TP
+.B \-\-manifest-path \f[I]PATH\f[]
+Path to the manifest to fetch dependencies for.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-run(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-rustdoc.1  
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,119 @@
+.TH "CARGO\-RUSTDOC" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-rustdoc \- Build a package\[aq]s documentation, using specified
+custom flags.
+
+.SH SYNOPSIS
+.PP
+\f[I]cargo rustdoc\f[] [OPTIONS] [\-\-] [<OPTS>...]
+.SH DESCRIPTION
+.PP
+The specified target for the current package (or package specified by
+SPEC if provided) will be documented with the specified <OPTS>...
+being passed to the final rustdoc invocation.
+Dependencies will not be documented as part of this command.
+Note that rustdoc will still unconditionally receive arguments such as
+\-L, \-\-extern, and \-\-crate\-type, and the specified <OPTS>...
+will simply be added to the rustdoc invocation.
+.PP
+If the \-\-package argument is given, then SPEC is a package id
+specification which indicates which package should be documented.
+If it is not given, then the current package is documented.
+For more information on SPEC and its format, see the
+\f[C]cargo\ help\ pkgid\f[] command.
+
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-open
+Open the docs in a browser after the operation.
+.RS
+.RE
+.TP
+.B \-p \f[I]SPEC\f[], \-\-package \f[I]SPEC\f[]
+Package to document.
+.RS
+.RE
+.TP
+.B \-j \f[I]N\f[], \-\-jobs \f[I]N\f[]
+Number of parallel jobs, defaults to # of CPUs.
+.RS
+.RE
+.TP
+.B \-\-lib
+Build only this package\[aq]s library.
+.RS
+.RE
+.TP
+.B \-\-bin \f[I]NAME\f[]
+Build only the specified binary.
+.RS
+.RE
+.TP
+.B \-\-example \f[I]NAME\f[]
+Build only the specified example.
+.RS
+.RE
+.TP
+.B \-\-test \f[I]NAME\f[]
+Build only the specified test target.
+.RS
+.RE
+.TP
+.B \-\-bench \f[I]NAME\f[]
+Build only the specified benchmark target.
+.RS
+.RE
+.TP
+.B \-\-release
+Build artifacts in release mode, with optimizations.
+.RS
+.RE
+.TP
+.B \-\-features \f[I]FEATURES\f[]
+Space-separated list of features to also build.
+.RS
+.RE
+.TP
+.B \-\-no\-default\-features
+Do not build the \f[C]default\f[] feature.
+.RS
+.RE
+.TP
+.B \-\-target \f[I]TRIPLE\f[]
+Build for the target triple.
+.RS
+.RE
+.TP
+.B \-\-manifest\-path \f[I]PATH\f[]
+Path to the manifest to document.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo-doc(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1    
    2016-06-27 04:39:00.000000000 +0200
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-test.1 
2016-11-05 14:28:55.000000000 +0100
@@ -57,6 +57,11 @@
 .RS
 .RE
 .TP
+.B \-\-doc
+Test only this library\[aq]s documentation
+.RS
+.RE
+.TP
 .B \-\-bin \f[I]NAME\f[]
 Test only the specified binary.
 .RS
@@ -88,7 +93,7 @@
 .RE
 .TP
 .B \-j \f[I]IN\f[], \-\-jobs \f[I]IN\f[]
-The number of jobs to run in parallel.
+Number of parallel jobs, defaults to # of CPUs.
 .RS
 .RE
 .TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1
 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-uninstall.1
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,55 @@
+.TH "CARGO\-UNINSTALL" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-uninstall \- Remove a Rust binary
+.SH SYNOPSIS
+.PP
+\f[I]cargo uninstall\f[] [OPTIONS] <SPEC>
+\f[I]cargo uninstall\f[] (\-h | \-\-help)
+.SH DESCRIPTION
+.PP
+The argument SPEC is a package id specification (see
+\f[C]cargo\ help\ pkgid\f[]) to specify which crate should be
+uninstalled.
+By default all binaries are uninstalled for a crate but the
+\f[C]\-\-bin\f[] and \f[C]\-\-example\f[] flags can be used to only
+uninstall particular binaries.
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-root \f[I]DIR\f[]
+Directory to uninstall packages from.
+.RS
+.RE
+.TP
+.B \-\-bin \f[I]NAME\f[]
+Only uninstall the binary NAME.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo-install(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1 
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-version.1  
    2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,31 @@
+.TH "CARGO\-VERSION" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-version \- Show version information
+.SH SYNOPSIS
+.PP
+\f[I]cargo version\f[] [OPTIONS]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1    
    1970-01-01 01:00:00.000000000 +0100
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo-yank.1 
2016-11-05 14:28:55.000000000 +0100
@@ -0,0 +1,68 @@
+.TH "CARGO\-YANK" "1" "July 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-yank \- Remove a pushed crate from the index
+.SH SYNOPSIS
+.PP
+\f[I]cargo yank\f[] [OPTIONS] [<CRATE>]
+.SH DESCRIPTION
+.PP
+The yank command removes a previously pushed crate\[aq]s version from
+the server\[aq]s index.
+This command does not delete any data, and the crate will still be
+available for download via the registry\[aq]s download link.
+.PP
+Note that existing crates locked to a yanked version will still be able
+to download the yanked version to use it.
+Cargo will, however, not allow any new crates to be locked to any yanked
+version.
+.PP
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-\-vers \f[I]VERSION\f[]
+The version to yank or un-yank.
+.RS
+.RE
+.TP
+.B \-\-undo
+Undo a yank, putting a version back into the index.
+.RS
+.RE
+.TP
+.B \-\-index \f[I]INDEX\f[]
+Registry index to yank from.
+.RS
+.RE
+.TP
+.B \-\-token \f[I]TOKEN\f[]
+API token to use when authenticating.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-q, \-\-quiet
+No output printed to stdout.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1), cargo\-owner(1), cargo\-version(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo.1 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo.1
--- old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo.1     
2016-06-27 04:39:00.000000000 +0200
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/man/man1/cargo.1      
2016-11-05 14:28:55.000000000 +0100
@@ -27,6 +27,11 @@
 .RS
 .RE
 .TP
+.B \-\-explain CODE
+Run \f[C]rustc\ \-\-explain\ CODE\f[]
+.RS
+.RE
+.TP
 .B \-v, \-\-verbose
 Use verbose output.
 .RS
@@ -101,6 +106,11 @@
 .RS
 .RE
 .TP
+.B cargo\-owner(1)
+Manage the owners of a crate on the registry.
+.RS
+.RE
+.TP
 .B cargo\-uninstall(1)
 Remove a Rust binary.
 .RS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo
 new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo
--- 
old/cargo-nightly-x86_64-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo
    2016-06-27 04:39:00.000000000 +0200
+++ 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/cargo/share/zsh/site-functions/_cargo 
    2016-11-05 14:28:55.000000000 +0100
@@ -21,7 +21,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     "${command_scope_spec[@]}" \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-default-features[do not build the default features]' 
\
@@ -37,7 +37,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     "${command_scope_spec[@]}" \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-default-features[do not build the default features]' 
\
@@ -65,7 +65,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--no-deps[do not build docs for dependencies]' \
                     '--no-default-features[do not build the default features]' 
\
@@ -133,7 +133,7 @@
                     '--features=[space separated feature list]' \
                     '--git=[URL from which to install the crate]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--no-default-features[do not build the default features]' 
\
                     '--path=[local filesystem path to crate to install]' \
                     '(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' 
\
@@ -242,7 +242,7 @@
                     '--example=[name of the bin target]' \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--bin=[name of the bin target]' \
                     '--no-default-features[do not build the default features]' 
\
@@ -259,7 +259,7 @@
                     '--color=:colorization option:(auto always never)' \
                     '--features=[features to compile for the package]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'=[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to the manifest to fetch 
dependencies for]' \
                     '--no-default-features[do not compile default features for 
the package]' \
                     '(-p, --package)'{-p,--package}'=[profile to compile for]' 
\
@@ -276,7 +276,7 @@
                     '--color=:colorization option:(auto always never)' \
                     '--features=[space-separated list of features to also 
build]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'=[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to the manifest to document]' \
                     '--no-default-features[do not build the `default` 
feature]' \
                     '--open[open the docs in a browser after the operation]' \
@@ -302,7 +302,7 @@
                 _arguments \
                     '--features=[space separated feature list]' \
                     '(-h, --help)'{-h,--help}'[show help message]' \
-                    '(-j, --jobs)'{-j,--jobs}'[number of jobs to run in 
parallel]' \
+                    '(-j, --jobs)'{-j,--jobs}'[number of parallel jobs, 
defaults to # of CPUs]' \
                     '--manifest-path=[path to manifest]: :_files -/' \
                     '--test=[test name]: :_test_names' \
                     '--no-default-features[do not build the default features]' 
\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cargo-nightly-x86_64-unknown-linux-gnu/version 
new/cargo-0.13.0-x86_64-unknown-linux-gnu/version
--- old/cargo-nightly-x86_64-unknown-linux-gnu/version  2016-06-27 
04:39:00.000000000 +0200
+++ new/cargo-0.13.0-x86_64-unknown-linux-gnu/version   2016-11-05 
14:28:55.000000000 +0100
@@ -1 +1 @@
-0.12.0-nightly (50dad37 2016-06-21)
+0.13.0 (built 2016-11-05)


Reply via email to