Skip to content

Publishing the 2.5.* crates is failing (Payload too large) #5175

Open
@guhetier

Description

@guhetier

Describe the bug

When publishing the 2.5.* msquic crate, crates.io rejects it because it is larger than 10MB.
 

error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 413 Payload Too Large): max upload size is: 10485760
# du -h /workspaces/msquic/target/package/msquic-2.5.1-beta.crate
14M     /workspaces/msquic/target/package/msquic-2.5.1-beta.crate

Affected OS

  • Windows
  • Linux
  • macOS
  • Other (specify below)

Additional OS information

No response

MsQuic version

main

Steps taken to reproduce bug

Create and publish a crate for version 2.5

Expected behavior

The crate should be published successfully

Actual outcome

crates.io reject the crate.

Additional details

No response

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions