I get the following error when depending on this repository on rustc 1.91.0-nightly:
error[E0635]: unknown feature `array_chunks`
--> ...\crates\hyperion\src\lib.rs:21:12
|
21 | #![feature(array_chunks)]
|
This feature has been removed as not planned recently.