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

Publish a new version to include the LICENSE file in published crates #124

Closed
erickt opened this issue Jul 11, 2024 · 2 comments
Closed

Comments

@erickt
Copy link

erickt commented Jul 11, 2024

Back in #118 the LICENSE file was included in http-body 0.4.6 (see https://docs.rs/crate/http-body/0.4.6/source/LICENSE), but the latest version 1.0.0 of http-body is missing the file (see https://docs.rs/crate/http-body/1.0.0/source/). I just checked, and running cargo package does include the license file in the crate:

% cargo package
...
% ls target/package/http-body-1.0.0
Cargo.toml  Cargo.toml.orig  CHANGELOG.md  LICENSE  README.md  src  target  tests

So maybe there was a bug in the cargo used to publish the 1.0.0 crates? I think bumping the version to 1.0.1 and republishing it should fix it.

@seanmonstar
Copy link
Member

Actually I think it was fixed in #118, and http-body hadn't been published since. I just pushed v1.0.1 out.

@erickt
Copy link
Author

erickt commented Jul 12, 2024

Thanks so much!

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

No branches or pull requests

2 participants