Skip to content

fix: Restrict published crate contents to stay under crates.io size limit - #301

Merged
anush008 merged 1 commit into
mainfrom
fix/crate-package-size
Sep 16, 2026
Merged

anush008 merged 1 commit into
mainfrom
fix/crate-package-size

Conversation

@anush008

Copy link
Copy Markdown
Owner

The release job's bun install writes node_modules into the checkout, and cargo publish --allow-dirty packaged it (12.4MiB compressed), exceeding the 10MiB crates.io limit.

  • Add an include list to Cargo.toml
  • Ignore Node release tooling files

Package is now 55 files, 396.8KiB compressed.

@anush008
anush008 merged commit 0e07e89 into main Sep 16, 2026
7 of 8 checks passed
@anush008
anush008 deleted the fix/crate-package-size branch September 16, 2026 09:25
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 7.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant