Closed gwy15 closed 1 year ago
Thanks for the heads up. I actually didn't know that this was the case. However I've already migrated from that dependency and instead use no dependency for the conversion in a bigger PR I've been preparing. See here
I'm also proud to say that no <1 dependencies are used anymore in that PR.
As such, I will be closing this. I'm not entirely sure when I'll be able to get the PR merged and a new version published. There is still lots of documentation missing which I have to write.
num 0.1 depends on rustc-serialize which "contain code that will be rejected by a future version of Rust". This commit removes
num
from dependency and use num_enum instead to derive from primitive methods forCode
.