mirror of
https://gitee.com/openharmony/third_party_rust_tower
synced 2024-11-23 05:19:43 +00:00
d264bc7968
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> |
||
---|---|---|
.. | ||
CI.yml | ||
patch.toml | ||
publish.yml | ||
release.yml |