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

Do not depend on warp default features #59

Conversation

beltram
Copy link
Contributor

@beltram beltram commented Mar 10, 2023

Hey there, just got a warning in my project starting Rust 1.68 that in future Rust version it won't compile because of buf_redux crate which is a transitive dependency of this crate through multipart crate which is also a default feature of warp.

Since this is not required by this crate, I propose you to stop relying upon warp default features.

More details about the compilation issue here. It looks like it won't be resolved anytime soon

…tive dependency buf_redux which will not compile in future Rust versions
@danielSanchezQ
Copy link
Owner

Hi @beltram , sorry for the delay on this. I Actually got no notification (or probably got flooded by some others). I'll take a look, but if it is not needed it would actually make sense. Thanks for all.

@danielSanchezQ danielSanchezQ merged commit af81ea4 into danielSanchezQ:master Oct 3, 2023
@kpcyrd
Copy link
Contributor

kpcyrd commented Jun 12, 2024

hi! :)

any chance we could get a new release with this change included? thanks!

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.

3 participants