-
Notifications
You must be signed in to change notification settings - Fork 129
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
Fails to build with minimal versions #556
Comments
konstin
added a commit
to astral-sh/pubgrub
that referenced
this issue
Jan 22, 2025
We don't actually support v1 anymore, we need the `FxBuildHasher` introduced in v2. We still can't build with minimal versions due to ron-rs/ron#556
konstin
added a commit
to astral-sh/pubgrub
that referenced
this issue
Jan 22, 2025
We don't actually support v1 anymore, we need the `FxBuildHasher` introduced in v2. We still can't build with minimal versions due to ron-rs/ron#556
konstin
added a commit
to astral-sh/pubgrub
that referenced
this issue
Jan 22, 2025
We don't actually support v1 anymore, we need the `FxBuildHasher` introduced in v2. We still can't build with minimal versions due to ron-rs/ron#556
github-merge-queue bot
pushed a commit
to pubgrub-rs/pubgrub
that referenced
this issue
Jan 22, 2025
We don't actually support v1 anymore, we need the `FxBuildHasher` introduced in v2. We still can't build with minimal versions due to ron-rs/ron#556
1 task
Thanks, this fixes it! |
https://crates.io/crates/ron/0.9.0-alpha.1 has now been released |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In pubgrub, we're using
ron = "=0.9.0-alpha.0"
. I can't build pubgrub withdue to ron not being compatible with the lowest versions it declares:
Building ron itself with
-Zminimal-versions
, there a bigger number of build errors:Output: https://gist.github.com/konstin/c4a9cd2ad9170e1ae3e476f5946db5ee
Would it be possible to tighten the lower bounds so that downstream crates can test with minimal versions?
The text was updated successfully, but these errors were encountered: