We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79a491a + 8c35950 commit 6fb5d53Copy full SHA for 6fb5d53
src/doc/src/faq.md
@@ -132,7 +132,7 @@ However, this determinism can give a false sense of security because
132
`Cargo.lock` does not affect the consumers of your package, only `Cargo.toml` does that.
133
For example:
134
- [`cargo install`] will select the latest dependencies unless
135
- `[--locked`](commands/cargo.html#option-cargo---locked) is passed in.
+[`--locked`](commands/cargo.html#option-cargo---locked) is passed in.
136
- New dependencies, like those added with [`cargo add`], will be locked to the latest version
137
138
The lockfile can also be a source of merge conflicts.
0 commit comments