Skip to content
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

Update some dependency #9

Merged
merged 2 commits into from Jun 13, 2021
Merged

Update some dependency #9

merged 2 commits into from Jun 13, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jun 13, 2021

Test pass on my computer

@RazrFalcon
Copy link
Owner

Why have you removed default-features?

@ghost
Copy link
Author

ghost commented Jun 13, 2021

It doesn't compile without that. It tell that f32 and f64 don't have abs function.

@RazrFalcon
Copy link
Owner

Right, this is why I haven't updated it yet. You should write:

float-cmp = { version = "0.8", default-features = false, features = ["std"] }

because I want to avoid num-traits.

@RazrFalcon RazrFalcon merged commit efb9e9f into RazrFalcon:master Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant