File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ cargo-metadata --- Machine-readable metadata about the current package
1313Output JSON to stdout containing information about the workspace members and
1414resolved dependencies of the current package.
1515
16- The format of the output is subject to change in futures versions of Cargo. It
16+ The output format is subject to change in future versions of Cargo. It
1717is recommended to include the ` --format-version ` flag to future-proof your code
18- to ensure the output is in the format you are expecting. For more on the
18+ and ensure the output is in the format you are expecting. For more on the
1919expectations, see [ "Compatibility"] ( #compatibility ) .
2020
2121See the [ cargo_metadata crate] ( https://crates.io/crates/cargo_metadata )
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ DESCRIPTION
1010 Output JSON to stdout containing information about the workspace members
1111 and resolved dependencies of the current package.
1212
13- The format of the output is subject to change in futures versions of
14- Cargo. It is recommended to include the --format-version flag to
15- future-proof your code to ensure the output is in the format you are
16- expecting. For more on the expectations, see “Compatibility”.
13+ The output format is subject to change in future versions of Cargo. It
14+ is recommended to include the --format-version flag to future-proof your
15+ code and ensure the output is in the format you are expecting. For more
16+ on the expectations, see “Compatibility”.
1717
1818 See the cargo_metadata crate <https://crates.io/crates/cargo_metadata>
1919 for a Rust API for reading the metadata.
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ cargo-metadata --- Machine-readable metadata about the current package
1313Output JSON to stdout containing information about the workspace members and
1414resolved dependencies of the current package.
1515
16- The format of the output is subject to change in futures versions of Cargo. It
16+ The output format is subject to change in future versions of Cargo. It
1717is recommended to include the ` --format-version ` flag to future-proof your code
18- to ensure the output is in the format you are expecting. For more on the
18+ and ensure the output is in the format you are expecting. For more on the
1919expectations, see [ "Compatibility"] ( #compatibility ) .
2020
2121See the [ cargo_metadata crate] ( https://crates.io/crates/cargo_metadata )
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ cargo\-metadata \[em] Machine\-readable metadata about the current package
1111Output JSON to stdout containing information about the workspace members and
1212resolved dependencies of the current package.
1313.sp
14- The format of the output is subject to change in futures versions of Cargo. It
14+ The output format is subject to change in future versions of Cargo. It
1515is recommended to include the \fB \-\- format \- version \fR flag to future\- proof your code
16- to ensure the output is in the format you are expecting. For more on the
16+ and ensure the output is in the format you are expecting. For more on the
1717expectations, see \[lq ] Compatibility\[rq ] \& .
1818.sp
1919See the \fI cargo_metadata crate \fR <https://crates.io/crates/cargo_metadata>
You can’t perform that action at this time.
0 commit comments