File tree 4 files changed +10
-10
lines changed 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
13
13
Output JSON to stdout containing information about the workspace members and
14
14
resolved dependencies of the current package.
15
15
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
17
17
is 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
19
19
expectations, see [ "Compatibility"] ( #compatibility ) .
20
20
21
21
See 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
10
10
Output JSON to stdout containing information about the workspace members
11
11
and resolved dependencies of the current package.
12
12
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”.
17
17
18
18
See the cargo_metadata crate <https://crates.io/crates/cargo_metadata>
19
19
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
13
13
Output JSON to stdout containing information about the workspace members and
14
14
resolved dependencies of the current package.
15
15
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
17
17
is 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
19
19
expectations, see [ "Compatibility"] ( #compatibility ) .
20
20
21
21
See 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
11
11
Output JSON to stdout containing information about the workspace members and
12
12
resolved dependencies of the current package.
13
13
.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
15
15
is 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
17
17
expectations, see \[lq ] Compatibility\[rq ] \& .
18
18
.sp
19
19
See the \fI cargo_metadata crate \fR <https://crates.io/crates/cargo_metadata>
You can’t perform that action at this time.
0 commit comments