cargo-*: update page (#11327)

This commit is contained in:
Lena
2023-10-29 09:54:53 +01:00
committed by GitHub
parent 28a74a924c
commit 158b891e0f
14 changed files with 56 additions and 150 deletions

View File

@@ -11,6 +11,10 @@
`cargo fix --allow-dirty`
- Migrate a package to the next Rust edition:
`cargo fix --edition`
- Fix the packages library:
`cargo fix --lib`
@@ -22,15 +26,3 @@
- Fix all members in the workspace:
`cargo fix --workspace`
- Set the directory for all generated artifacts and intermediate files:
`cargo fix --target-dir {{path/to/directory}}`
- Restrict Cargo from access to network for any reason:
`cargo fix --offline`
- Run `n` jobs in parallel (default: number of logical CPUs):
`cargo fix --jobs {{n}}`