Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix msrv CI: Check for
--all-features
(#890)
* Fix msrv CI: Check for `--all-features` and macos To make sure that enabling `parallel` feature would not require bumping msrv. Signed-off-by: Jiahao XU <[email protected]> * Use minimal-versions and fetch deps crates using stable Signed-off-by: Jiahao XU <[email protected]> * Fix fetching deps in msrv Signed-off-by: Jiahao XU <[email protected]> * Cache downlaoded crates since 1.46 is really slow in fetching Signed-off-by: Jiahao XU <[email protected]> * Skip msrv for macos-latest since newer xcode breaks 1.46 linking Signed-off-by: Jiahao XU <[email protected]> * CI: Disable fail-fast for msrv check Signed-off-by: Jiahao XU <[email protected]> * CI: Add feature to cache key of msrv Signed-off-by: Jiahao XU <[email protected]> * CI: Rm matrix features of msrv Since most of the time is spent on installing Rust, there's no point in parallelizing it. Signed-off-by: Jiahao XU <[email protected]> --------- Signed-off-by: Jiahao XU <[email protected]>
- Loading branch information