tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

fix warnings found when running check/doc commands #779

Closed GlenDC closed 4 months ago

GlenDC commented 4 months ago

Due to our MSRV check it does require a lower bound on the minor version of futures dep, FYI @tobz .