-
Notifications
You must be signed in to change notification settings - Fork 199
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
CI broken, due to MSRV of home
crate.
#1283
Comments
Let's give it a few days, but I can't see a fix landing before Christmas |
#1285 was merged, which works around the problem, but I'm going to leave this issue open as a reminder that ultimately we should remove the dev-dependency specification for Plausible resolutions are:
|
|
Oh geeze, turns out bindgen removed the which crate a while back. Sorry for the noise @Xaeroxe, but thanks for the quick response anyway. For us, the next steps are:
|
The immediate instigation for this was georust/geo#1283. Turns out bindgen [dropped the `which` dependency](rust-lang/rust-bindgen@c03964c) a while back. But also, good to stay on top of the dependency updates.
CI is currently broken, due to an MSRV bump of the
home
crate.Our direct dependency
proj
has a transitive dependency on thewhich
crate, which in turn depends on thishome
crate.Someone recently opened harryfei/which-rs#104, which well summarizes the issue
They proposed a fix just yesterday: harryfei/which-rs#105
As a side note, I just learned that rust 2024 intends to have an MSRV aware package resolution, yay!
We can either:
home
All this to read a couple of env vars 😆
The text was updated successfully, but these errors were encountered: