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 3
3
One of Cargo's primary tasks is to determine the versions of dependencies to
4
4
use based on the version requirements specified in each package. This process
5
5
is 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
7
7
dependencies to specific versions, and keeps them fixed over time.
8
8
The [ ` cargo tree ` ] command can be used to visualize the result of the
9
9
resolver.
10
10
11
+ [ `Cargo.lock` file ] : ../guide/cargo-toml-vs-cargo-lock.md
11
12
[ dependency specifications ] : specifying-dependencies.md
12
13
[ dependency specification ] : specifying-dependencies.md
13
14
[ `cargo tree` ] : ../commands/cargo-tree.md
You can’t perform that action at this time.
0 commit comments