drogue-iot / reqwless

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

Update MSRV to 1.75.0 #63

Closed ellsong closed 10 months ago

ellsong commented 10 months ago

impl_trait_projections was stabilized in version 1.74.0 and async_fn_in_trait was stabilized in version 1.75.0. Can this be updated so users can run the crate on the stable compiler? It currently produces errors related to these feature flags when attempting to run on 1.75.0.