drogue-iot / reqwless

Rust async HTTP client for embedded/no_std
Apache License 2.0
129 stars 18 forks source link

Allow compilation on earlier rust versions #48

Closed rmja closed 1 year ago

bugadani commented 1 year ago

Thanks for doing this! Can I ask you to please add #![feature(impl_trait_projections)] (coming with 1.74), too? And the day 1.75 hits stable, both of these can be removed and reqwless will compile on stable Rust I believe, which is exciting :)

rmja commented 1 year ago

Absolutely!