[Bug]: Ver0.9.1 has been released but couldn't find the executable file in Release page
Closed this issue · 5 comments
Mikachu2333 commented
Mikachu2333 commented
As an alternative, I found the "prepared for release" tag form Github Actions to test it.
Mikachu2333 commented
Mikachu2333 commented
And, I try to build rimage and no error encountered, but the program is only 2.47MB when use --release flag and 6.94MB when use "cargo build" only... What's wrong with it?
SalOne22 commented
From version 0.9.0 binary executable is divided in several features, to enable all features use --all-features
flag. Release 0.9.1 was accidentally released, sorry about that, I was testing windows builds.
Mikachu2333 commented
ok