tower-rs / tower

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

use workspace dependencies for tower #778

Closed GlenDC closed 4 months ago

GlenDC commented 4 months ago

Closes #776

GlenDC commented 4 months ago

@tobz this would require a MSRV bump to 1.64 (currently it is 1.63): https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-164-2022-09-22

tobz commented 4 months ago

Seems fine to bump: 1.64 is still from September 2022 so we're far far ahead of the support window goal.

GlenDC commented 4 months ago

Seems fine to bump: 1.64 is still from September 2022 so we're far far ahead of the support window goal.

tobz commented 4 months ago

Just fixed some conflicts and made some small tweaks in the process, namely using the short-form of the dtolnay/rust-toolchain action where you can pass the Rust toolchain version as the action version (i.e., you get the stable toolchain by using dtolnay/rust-toolchain@stable)