File tree 4 files changed +24
-8
lines changed
4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ following steps:
22
22
- Checks the ` package.publish ` key in the manifest for restrictions on
23
23
which registries you are allowed to publish to.
24
24
2 . Create a ` .crate ` file by following the steps in {{man "cargo-package" 1}}.
25
- 3 . Upload the crate to the registry. Note that the server will perform
26
- additional checks on the crate.
25
+ 3 . Upload the crate to the registry. The server will perform additional
26
+ checks on the crate.
27
+ 4 . The client will poll waiting for the package to appear in the index,
28
+ and may timeout. In that case, you will need to check for completion
29
+ manually. This timeout does not affect the upload.
27
30
28
31
This command requires you to be authenticated with either the ` --token ` option
29
32
or using {{man "cargo-login" 1}}.
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ DESCRIPTION
18
18
19
19
2. Create a .crate file by following the steps in cargo-package(1).
20
20
21
- 3. Upload the crate to the registry. Note that the server will perform
22
- additional checks on the crate.
21
+ 3. Upload the crate to the registry. The server will perform additional
22
+ checks on the crate.
23
+
24
+ 4. The client will poll waiting for the package to appear in the index,
25
+ and may timeout. In that case, you will need to check for completion
26
+ manually. This timeout does not affect the upload.
23
27
24
28
This command requires you to be authenticated with either the --token
25
29
option or using cargo-login(1).
Original file line number Diff line number Diff line change @@ -19,8 +19,11 @@ following steps:
19
19
- Checks the ` package.publish ` key in the manifest for restrictions on
20
20
which registries you are allowed to publish to.
21
21
2 . Create a ` .crate ` file by following the steps in [ cargo-package(1)] ( cargo-package.html ) .
22
- 3 . Upload the crate to the registry. Note that the server will perform
23
- additional checks on the crate.
22
+ 3 . Upload the crate to the registry. The server will perform additional
23
+ checks on the crate.
24
+ 4 . The client will poll waiting for the package to appear in the index,
25
+ and may timeout. In that case, you will need to check for completion
26
+ manually. This timeout does not affect the upload.
24
27
25
28
This command requires you to be authenticated with either the ` --token ` option
26
29
or using [ cargo-login(1)] ( cargo-login.html ) .
Original file line number Diff line number Diff line change @@ -27,8 +27,14 @@ which registries you are allowed to publish to.
27
27
.RE
28
28
.sp
29
29
.RS 4
30
- \h '-04' 3.\h '+01' Upload the crate to the registry. Note that the server will perform
31
- additional checks on the crate.
30
+ \h '-04' 3.\h '+01' Upload the crate to the registry. The server will perform additional
31
+ checks on the crate.
32
+ .RE
33
+ .sp
34
+ .RS 4
35
+ \h '-04' 4.\h '+01' The client will poll waiting for the package to appear in the index,
36
+ and may timeout. In that case, you will need to check for completion
37
+ manually. This timeout does not affect the upload.
32
38
.RE
33
39
.sp
34
40
This command requires you to be authenticated with either the \fB \-\- token \fR option
You can’t perform that action at this time.
0 commit comments