-
Notifications
You must be signed in to change notification settings - Fork 99
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
Build failure on stable with non-default features #234
Comments
Thanks for the report! I can reproduce and will find a fix. I'm planning to release a new version to crates.io once this is fixed. |
Thanks again for the report. The fix was just published to crates.io in v0.31.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FYI, looks like the issue with #224 has arisen on stable.
uom
fails to compile on the latest stable version: 1.49.0, withdefault-features = false
and the following options:["f64", "std", "si", "use_serde"]
. I did confirm that going back to the default feature set and just adding "use_serde" works on 1.49.0, however.Sample of the error listing:
The text was updated successfully, but these errors were encountered: