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.
impl_trait_projections
was stabilized in version 1.74.0 andasync_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.