-
Notifications
You must be signed in to change notification settings - Fork 55
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 compile with minimal-versions #133
Comments
The actual error:
(and several more like that) That's not a dependency problem, just that the older This is an example why |
I see ... Although I'm not sure what the downside would be if requiring bigint 0.4.2 from num-rational 0.4.3, allowing them to be more in sync. MSRV would still be the same.
I see them as complementary. minimal-versions goes deeper and does not forgive... |
num-rational
fails to compile with the minimal-versions indicated in the manifest becausenum-bigint
version 0.4.0 is insufficient. It should be updated to version 0.4.2 since that's the first version that compiles.Test:
The text was updated successfully, but these errors were encountered: