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 @@ -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}}.
You can’t perform that action at this time.
0 commit comments