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

Move all dependencies for v3 rust prototype behind a feature flag #9858

Closed
wants to merge 1 commit into from

Conversation

devongovett
Copy link
Member

@devongovett devongovett commented Jul 21, 2024

This is in preparation for the next v2 release. I noticed that the @parcel/rust npm package has grown 25% since v2.12.0 due to the addition of the rust core prototype. This moves all of that work behind a Cargo feature, which is only enabled in canary builds and development builds.

"mockall",
"num_cpus",
"parking_lot",
"toml",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Toml doesn't look used, can remove that one

@devongovett
Copy link
Member Author

Closing in favor of #9936.

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.

None yet

2 participants