Skip to content

Commit

Permalink
Bump docs for release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Oct 28, 2019
1 parent a7faecc commit 2fb093b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-metadata.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The output has the following format:
"name": "bitflags",
/* The Package ID of the dependency. */
"pkg": "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
/* Array of dependency kinds. Added in Cargo 1.38. */
/* Array of dependency kinds. Added in Cargo 1.40. */
"dep_kinds": [
{
/* The dependency kind.
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated/cargo-metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2 id="cargo_metadata_output_format">OUTPUT FORMAT</h2>
"name": "bitflags",
/* The Package ID of the dependency. */
"pkg": "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
/* Array of dependency kinds. Added in Cargo 1.38. */
/* Array of dependency kinds. Added in Cargo 1.40. */
"dep_kinds": [
{
/* The dependency kind.
Expand Down Expand Up @@ -491,4 +491,4 @@ <h2 id="cargo_metadata_see_also">SEE ALSO</h2>
<p><a href="index.html">cargo(1)</a></p>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/etc/man/cargo-metadata.1
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The output has the following format:
"name": "bitflags",
/* The Package ID of the dependency. */
"pkg": "bitflags 1.0.4 (registry+https://github.com/rust\-lang/crates.io\-index)",
/* Array of dependency kinds. Added in Cargo 1.38. */
/* Array of dependency kinds. Added in Cargo 1.40. */
"dep_kinds": [
{
/* The dependency kind.
Expand Down

0 comments on commit 2fb093b

Please sign in to comment.