The released version of MCHPRS cannot be compiled with Rust 1.80.0 (the current "stable" Rust), as one of its indirect dependencies does not compile. The NixOS package no longer compiles now that Rust 1.80.0 has been set as the default (see https://github.com/NixOS/nixpkgs/issues/332957).
Could you either cut a new version from master, or release a patch version 0.4.2 from 0.4.1 + cargo update -p time@0.3.20 --precise 0.3.36? That is enough to make it build with Rust 1.80.0. You can even use the v0.4.x branch I used for testing.
Hi.
The released version of MCHPRS cannot be compiled with Rust 1.80.0 (the current "stable" Rust), as one of its indirect dependencies does not compile. The NixOS package no longer compiles now that Rust 1.80.0 has been set as the default (see https://github.com/NixOS/nixpkgs/issues/332957).
Could you either cut a new version from
master
, or release a patch version0.4.2
from0.4.1
+cargo update -p time@0.3.20 --precise 0.3.36
? That is enough to make it build with Rust 1.80.0. You can even use thev0.4.x
branch I used for testing.