You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 NixOS/nixpkgs#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 [email protected] --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.
The text was updated successfully, but these errors were encountered:
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 NixOS/nixpkgs#332957).
Could you either cut a new version from
master
, or release a patch version0.4.2
from0.4.1
+cargo update -p [email protected] --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.The text was updated successfully, but these errors were encountered: