Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI #517

Merged
merged 4 commits into from
Sep 19, 2024
Merged

Fix CI #517

merged 4 commits into from
Sep 19, 2024

Conversation

jplatte
Copy link
Collaborator

@jplatte jplatte commented Sep 11, 2024

Motivation

tokio-util v0.7.12 has bumped its MSRV, and CI is failing.
cargo public-api-crates is also failing due to rustdoc JSON changes.

Solution

Have the MSRV job downgrade tokio-util, pin a nightly for public-api-crates. Also upgrade the checkout action, bc. why not.

@seanmonstar
Copy link
Collaborator

Just noting that what I've started to do in other projects is just to pin the version in the MSRV CI job. It's what anyone who really needed that support could do, and I still know when the direct crate finally needs a newer version.

@jplatte
Copy link
Collaborator Author

jplatte commented Sep 11, 2024

I feel like 1.70 is old enough that nobody is likely relying on something older than it (and still pulling in updates like the upcoming tower-http 0.6.0). Do you think there would be value in keeping a lower MSRV here?

@jplatte jplatte marked this pull request as ready for review September 11, 2024 20:00
@jplatte jplatte changed the title Bump MSRV to 1.70 Fix CI Sep 19, 2024
@LucioFranco LucioFranco merged commit 0138f9e into main Sep 19, 2024
11 checks passed
@LucioFranco LucioFranco deleted the jplatte/msrv branch September 19, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants