File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,14 @@ dependencies through the usage of [the `[patch]` key][overriding
2626dependencies] , and private registry support is described in [ the Registries
2727chapter] [ registries ] .
2828
29- When using source replacement, running commands like ` cargo publish ` that need to
30- contact the registry requires passing the ` --registry ` option. This helps avoid
29+ When using source replacement, running commands that need to
30+ contact the registry directly [ ^ 1 ] requires passing the ` --registry ` option. This helps avoid
3131any ambiguity about which registry to contact, and will use the authentication
3232token for the specified registry.
3333
34+ [ ^ 1 ] : Examples of such commands are in [ Publishing Commands] .
35+
36+ [ Publishing Commands ] : ../commands/publishing-commands.md
3437[ overriding dependencies ] : overriding-dependencies.md
3538[ registries ] : registries.md
3639
You can’t perform that action at this time.
0 commit comments