msquic icon indicating copy to clipboard operation
msquic copied to clipboard

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

Open guhetier opened this issue 10 months ago • 0 comments

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

guhetier avatar Jun 18 '25 15:06 guhetier