mandrean / cw-optimizoor

A blazingly fast compiling & optimization tool for CosmWasm smart contracts.
MIT License
49 stars 6 forks source link

Fails with contract packages that also include binary crates #23

Closed uint closed 1 year ago

uint commented 1 year ago

You can reproduce it by running cw-optimizoor against the head of cw-plus.

The solution is likely to make sure any invocation of cargo build includes the --lib parameter.

mandrean commented 1 year ago

Hey! Thanks for reporting.

Should already be fixed by https://github.com/mandrean/cw-optimizoor/pull/25 (released in v0.9.0), but also bumping cw-plus in the e2e suite to the latest version for good measure https://github.com/mandrean/cw-optimizoor/pull/28