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
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
The text was updated successfully, but these errors were encountered:
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
to0.5.9
The text was updated successfully, but these errors were encountered: