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...?
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).
I'm chasing down outdated in dependencies in some code I work on, and find that I am getting an old
ordered-float
viaserde-value
(vialog4rs
). 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...?