File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33One of Cargo's primary tasks is to determine the versions of dependencies to
44use based on the version requirements specified in each package. This process
55is called "dependency resolution" and is performed by the "resolver". The
6- result of the resolution is stored in the ` Cargo.lock ` file which "locks" the
6+ result of the resolution is stored in the [ ` Cargo.lock ` file] which "locks" the
77dependencies to specific versions, and keeps them fixed over time.
88The [ ` cargo tree ` ] command can be used to visualize the result of the
99resolver.
1010
11+ [ `Cargo.lock` file ] : ../guide/cargo-toml-vs-cargo-lock.md
1112[ dependency specifications ] : specifying-dependencies.md
1213[ dependency specification ] : specifying-dependencies.md
1314[ `cargo tree` ] : ../commands/cargo-tree.md
You can’t perform that action at this time.
0 commit comments