Since I had some issues while trying to compile hexerator with the latest Rust version I'd like to suggest that instead of writing just channel=nightly to the rust-toolchain.toml each commit or each realease should come with a specific nightly-date version that's able to compile correcty.
Thanks for writing this tool!
Since I had some issues while trying to compile hexerator with the latest Rust version I'd like to suggest that instead of writing just
channel=nightly
to therust-toolchain.toml
each commit or each realease should come with a specific nightly-date version that's able to compile correcty.For example with Rust nightly-2022-11-07 I cannot compile hexerator 0.1.0 due to https://github.com/rust-lang/rust/issues/93050
I pinned the Rust version to
nightly-2022-09-15
and it works but I had to manually fix package builds https://aur.archlinux.org/packages/hexerator