Closed alscientist closed 7 years ago
Hi kvasirr,
This looks like an issue with num-rational, maybe related to this set of changes: https://github.com/rust-num/num/issues/282. It looks like 0.1.37 was yanked because of this exact problem: https://crates.io/crates/num-rational.
If cargo won't automatically download the new 0.1.38 version try running cargo update
before building.
Feel free to reopen this if you have any more issues.