crumblingstatue / hexerator

Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition
https://crumblingstatue.github.io/hexerator-book/
Apache License 2.0
326 stars 6 forks source link

Compilation Issues with latest nightly #40

Closed benibr closed 1 year ago

benibr commented 2 years ago

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 the rust-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

crumblingstatue commented 2 years ago

Hi! I released v0.1.1, which should pin the nightly to the suggested version.

crumblingstatue commented 1 year ago

There is a new AUR package up with the new version, so I'm going to consider this issue fixed.