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

Update metadata to include LICENSE files in published crates #297

Merged
merged 1 commit into from
Jun 27, 2023
Merged

Update metadata to include LICENSE files in published crates #297

merged 1 commit into from
Jun 27, 2023

Conversation

decathorpe
Copy link
Contributor

This is a follow-up for issue #215 and commit c7e0a7d . It looks like it was missed that the crates have include = ["src/**/*"] in their Cargo.toml files, which made the previous change ineffective - it resulted in LICENSE files being included in the git repository, but due to the restrictive include setting in Cargo.toml files in this workspace, they never ended up in published crates.

@shssoichiro
Copy link
Contributor

Apparently I have to fix clippy stuff first

@shssoichiro shssoichiro merged commit dd256e7 into rust-av:master Jun 27, 2023
0 of 4 checks passed
@decathorpe
Copy link
Contributor Author

Thanks for merging!

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