jaemk / self_update

Self updates for rust executables
MIT License
796 stars 69 forks source link

Optional features #40

Closed nbigaouette closed 4 years ago

nbigaouette commented 4 years ago

This PR moves archive format/compression behind feature flags.

Closes #39 .

nbigaouette commented 4 years ago

I think I've made all requested changes.

There is still the question of the ignored tests and changing detect_archive() to return a Result instead of panicking.

jaemk commented 4 years ago

Thanks!