You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
0 commit comments