Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add package.include to all crates #4046

Merged
merged 1 commit into from
Aug 3, 2024
Merged

Conversation

daxpedda
Copy link
Collaborator

@daxpedda daxpedda commented Aug 3, 2024

This significantly reduces package size and notably excludes any bash files from landing on a user device.

  • Adds package.publish = false to any crate not being published.
  • Removes unnecessary version specifiers in e.g. dev-dependencies, reducing churn during a new version release.

This significantly reduces package size and notably excluding any bash files from landing on a users device.
Added `package.publish = false` to any crate not being published.
Remove unnecessary version specifiers in e.g. dev-dependencies, reducing churn during a new version release.
@daxpedda daxpedda merged commit 4596d4a into rustwasm:main Aug 3, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant