MCHPR / MCHPRS

A multithreaded Minecraft server built for redstone.
MIT License
1.7k stars 74 forks source link

Rust 1.80.0 compatibility #159

Open samueltardieu opened 2 months ago

samueltardieu commented 2 months ago

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 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.

StackDoubleFlow commented 2 months ago

I have just released a new version based on master