It appears at this moment that the nightly requirement is due to the dependency on `redox_hwio` where there appear to be two nightly features in use: - [ ] `asm!`, stabilized in Rust 1.59.0 (and I believe referenced [here](https://gitlab.redox-os.org/redox-os/hwio/-/merge_requests/4)) - [ ] `const_fn_trait_bound`, which appears to be tracking stabilization for Rust 1.61.0 ([ref](https://github.com/rust-lang/rust/pull/93827)) If the above is correct is it possible to trend towards use of stable Rust? Thanks!
It appears at this moment that the nightly requirement is due to the dependency on
redox_hwiowhere there appear to be two nightly features in use:asm!, stabilized in Rust 1.59.0 (and I believe referenced here)const_fn_trait_bound, which appears to be tracking stabilization for Rust 1.61.0 (ref)If the above is correct is it possible to trend towards use of stable Rust? Thanks!