r-darwish / alma

Create Arch Linux based bootable USB drives
GNU General Public License v3.0
389 stars 31 forks source link

Migrate ALMA to anyhow #54

Closed jamesmcm closed 4 years ago

jamesmcm commented 4 years ago

Note that we have a bit of awkwardness in src/tool/mod.rs due to the which crate still depending on failure.

The master branch has already migrated to thiserror so that is just awaiting release, see: https://github.com/harryfei/which-rs/commit/2a3cc8bb8ac7bde15f448047982b6ba718d57054

jamesmcm commented 4 years ago

@r-darwish the version bumps should hopefully fix #53 too :slightly_smiling_face:

r-darwish commented 4 years ago

Many thanks. I wanted this change for a long time.