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

Don't include "/fixtures" in published packages #661

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

philipc
Copy link
Collaborator

@philipc philipc commented Jun 14, 2023

"/fixtures" is too large for publishing, so don't include it. Currently all of "/tests" and "/benches" require fixtures, so don't include them either.

Also change from using "exclude" to using "include"

Closes #660

"/fixtures" is too large for publishing, so don't include it.
Currently all of "/tests" and "/benches" require fixtures,
so don't include them either.

Also change from using "exclude" to using "include"
@philipc philipc merged commit 502c072 into gimli-rs:master Jun 14, 2023
19 checks passed
@philipc philipc deleted the issue-660 branch June 14, 2023 06:43
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.

Exclude fixtures when publishing the crate
1 participant