File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ Cargo will fetch the `git` repository at this location then look for a
179
179
of a workspace and setting ` git ` to the repository containing the workspace).
180
180
181
181
Since we haven’t specified any other information, Cargo assumes that
182
- we intend to use the latest commit on the default branch branch
183
- to build our package, which may not necessarily be the main branch.
182
+ we intend to use the latest commit on the default branch to build
183
+ our package, which may not necessarily be the main branch.
184
184
You can combine the ` git ` key with the ` rev ` , ` tag ` , or ` branch ` keys to
185
185
specify something else. Here's an example of specifying that you want to use
186
186
the latest commit on a branch named ` next ` :
You can’t perform that action at this time.
0 commit comments