Skip to content

Commit a79fdbb

Browse files
committed
docs: warn about upload timeout
1 parent d5336f8 commit a79fdbb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/doc/man/cargo-publish.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ following steps:
2222
- Checks the `package.publish` key in the manifest for restrictions on
2323
which registries you are allowed to publish to.
2424
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.
2730

2831
This command requires you to be authenticated with either the `--token` option
2932
or using {{man "cargo-login" 1}}.

0 commit comments

Comments
 (0)