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

MSRV is broken due to home crate #416

Closed
Sytten opened this issue Jan 21, 2025 · 0 comments · Fixed by #415
Closed

MSRV is broken due to home crate #416

Sytten opened this issue Jan 21, 2025 · 0 comments · Fixed by #415

Comments

@Sytten
Copy link
Contributor

Sytten commented Jan 21, 2025

The home crate is pulled in transitively now. Since the cargo team doesn't care about MSRV (see rust-lang/cargo#13270), it does break our builds. It's a bad decision IMO but it is what it is.

Unsure why we now pull in home where we didn't use to, but I am guessing it was a patch of one of our deps.

The solution is to introduce a cargo lock to pin home to 0.5.9

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 a pull request may close this issue.

1 participant