Skip to content

Commit

Permalink
Auto merge of #11027 - tshepang:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
doc: pause, for readability
  • Loading branch information
bors committed Aug 27, 2022
2 parents e5ec3a8 + 1f88ef3 commit 4ed54ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ log-debug = ['bar/log-debug'] # using 'foo/log-debug' would be an error!

Dependencies can be inherited from a workspace by specifying the
dependency in the workspace's [`[workspace.dependencies]`][workspace.dependencies] table.
After that add it to the `[dependencies]` table with `workspace = true`.
After that, add it to the `[dependencies]` table with `workspace = true`.

Along with the `workspace` key, dependencies can also include these keys:
- [`optional`][optional]: Note that the`[workspace.dependencies]` table is not allowed to specify `optional`.
Expand Down

0 comments on commit 4ed54ce

Please sign in to comment.