File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ following steps:
28
28
and may timeout. In that case, you will need to check for completion
29
29
manually. This timeout does not affect the upload.
30
30
31
- This command requires you to be authenticated using {{man "cargo-login" 1}}
32
- or [ environment variables] ( ../reference/environment-variables.html ) .
31
+ This command requires you to be authenticated using {{man "cargo-login" 1}}
32
+ or environment variables of the [ ` registry.token ` ] ( ../reference/config.html#registrytoken )
33
+ and [ ` registries.<name>.token ` ] ( ../reference/config.html#registriesnametoken ) config fields.
33
34
34
35
See [ the reference] ( ../reference/publishing.html ) for more details about
35
36
packaging and publishing.
Original file line number Diff line number Diff line change @@ -26,8 +26,11 @@ DESCRIPTION
26
26
manually. This timeout does not affect the upload.
27
27
28
28
This command requires you to be authenticated using cargo-login(1) or
29
- environment variables
30
- <https://doc.rust-lang.org/cargo/reference/environment-variables.html>.
29
+ environment variables of the registry.token
30
+ <https://doc.rust-lang.org/cargo/reference/config.html#registrytoken>
31
+ and registries.<name>.token
32
+ <https://doc.rust-lang.org/cargo/reference/config.html#registriesnametoken>
33
+ config fields.
31
34
32
35
See the reference
33
36
<https://doc.rust-lang.org/cargo/reference/publishing.html> for more
Original file line number Diff line number Diff line change @@ -24,8 +24,9 @@ following steps:
24
24
and may timeout. In that case, you will need to check for completion
25
25
manually. This timeout does not affect the upload.
26
26
27
- This command requires you to be authenticated using [ cargo-login(1)] ( cargo-login.html )
28
- or [ environment variables] ( ../reference/environment-variables.html ) .
27
+ This command requires you to be authenticated using [ cargo-login(1)] ( cargo-login.html )
28
+ or environment variables of the [ ` registry.token ` ] ( ../reference/config.html#registrytoken )
29
+ and [ ` registries.<name>.token ` ] ( ../reference/config.html#registriesnametoken ) config fields.
29
30
30
31
See [ the reference] ( ../reference/publishing.html ) for more details about
31
32
packaging and publishing.
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ manually. This timeout does not affect the upload.
38
38
.RE
39
39
.sp
40
40
This command requires you to be authenticated using \fB cargo \- login \fR (1)
41
- or \fI environment variables \fR <https://doc.rust\- lang.org/cargo/reference/environment\- variables.html>\& .
41
+ or environment variables of the \fI\f(BI registry.token \fI\fR <https://doc.rust\- lang.org/cargo/reference/config.html#registrytoken>
42
+ and \fI\f(BI registries.<name>.token \fI\fR <https://doc.rust\- lang.org/cargo/reference/config.html#registriesnametoken> config fields.
42
43
.sp
43
44
See \fI the reference \fR <https://doc.rust\- lang.org/cargo/reference/publishing.html> for more details about
44
45
packaging and publishing.
You can’t perform that action at this time.
0 commit comments