third_party_rust_tower/.github/workflows
Eliza Weisman d264bc7968
ci: run MSRV checks with minimal dep versions (#670)
In many cases, new releases of a dependency can break compatibility with
Tower's minimum supported Rust version (MSRV). It shouldn't be necessary
for Tower to bump its MSRV when a dependency does, as users on older
Rust versions should be able to depend on older versions of that crate.
Instead, we should probably just run our MSRV checks with minimal
dependency versions.

This branch changes Tower's CI jobs to do that. It was also necessary to 
make some changes to the `Cargo.toml` to actually fix the build with
minimal dependency versions.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
2022-06-17 11:24:25 -07:00
..
CI.yml ci: run MSRV checks with minimal dep versions (#670) 2022-06-17 11:24:25 -07:00
patch.toml step 3: make ci work again 2020-03-31 16:26:52 -04:00
publish.yml chore: install nightly rust before building docs 2021-01-12 11:07:41 -08:00
release.yml ci: fix wrong tag regex for tower (#644) 2022-02-16 22:07:08 +00:00