File tree 1 file changed +5
-2
lines changed
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
26
26
dependencies] , and private registry support is described in [ the Registries
27
27
chapter] [ registries ] .
28
28
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
31
31
any ambiguity about which registry to contact, and will use the authentication
32
32
token for the specified registry.
33
33
34
+ [ ^ 1 ] : Examples of such commands are in [ Publishing Commands] .
35
+
36
+ [ Publishing Commands ] : ../commands/publishing-commands.md
34
37
[ overriding dependencies ] : overriding-dependencies.md
35
38
[ registries ] : registries.md
36
39
You can’t perform that action at this time.
0 commit comments