From 89ca816e16cb61b4debcc388b88d6a271ba9961d Mon Sep 17 00:00:00 2001 From: c-git <43485962+c-git@users.noreply.github.com> Date: Tue, 13 Jun 2023 08:37:33 -0400 Subject: [PATCH] Update specifying-dependencies.md --- src/doc/src/reference/specifying-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/specifying-dependencies.md b/src/doc/src/reference/specifying-dependencies.md index 5c6c0b210ef..aab5aa4e8bc 100644 --- a/src/doc/src/reference/specifying-dependencies.md +++ b/src/doc/src/reference/specifying-dependencies.md @@ -140,7 +140,7 @@ Cargo will fetch the `git` repository at this location then look for a of a workspace and setting `git` to the repository containing the workspace). Since we haven’t specified any other information, Cargo assumes that -we intend to use the latest commit on the Default ("base") branch branch +we intend to use the latest commit on the default branch branch to build our package, which may not necessarily be the main branch. You can combine the `git` key with the `rev`, `tag`, or `branch` keys to specify something else. Here's an example of specifying that you want to use