Early in July 2026, num-bigint 0.5 came out. It's a breaking change because of the rand dependency, but not in a way that affects this crate.
Could num-rational upgrade to depend on num-bigint 0.5? I think that is a breaking change (because consumers need to keep num-bigint and num-rational versions in sync), but it would let me get rid of a bunch of little red Xs in my Cargo.toml.
Early in July 2026, num-bigint 0.5 came out. It's a breaking change because of the
randdependency, but not in a way that affects this crate.Could
num-rationalupgrade to depend onnum-bigint0.5? I think that is a breaking change (because consumers need to keepnum-bigintandnum-rationalversions in sync), but it would let me get rid of a bunch of little red Xs in my Cargo.toml.