We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
LICENSE
http-body
cargo package
% 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.
cargo
The text was updated successfully, but these errors were encountered:
Actually I think it was fixed in #118, and http-body hadn't been published since. I just pushed v1.0.1 out.
Sorry, something went wrong.
Thanks so much!
No branches or pull requests
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 ofhttp-body
is missing the file (see https://docs.rs/crate/http-body/1.0.0/source/). I just checked, and runningcargo package
does include the license file in the crate: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.The text was updated successfully, but these errors were encountered: