arcnmx / serde-value

Serialization value trees
http://arcnmx.github.io/serde-value/serde_value/
MIT License
43 stars 30 forks source link

update ordered-float #20

Closed dimbleby closed 6 years ago

dimbleby commented 6 years ago

I'm chasing down outdated in dependencies in some code I work on, and find that I am getting an old ordered-float via serde-value (via log4rs). This pull request brings it up to date.

All of this project's dependencies are then 1.x, which is nice, and I see that there's not a lot of change going on here. Maybe time to consider going 1.0 yourself...?

arcnmx commented 6 years ago

Thanks!

re 1.0, I do still feel like it needs some work before it can be considered ready for that (mainly missing features with some of the existing tracking issues).