stacks-network / clarity-wasm

`clar2wasm` is a compiler for generating WebAssembly from Clarity.
GNU General Public License v3.0
12 stars 9 forks source link

Fix clarity dependency features #416

Closed Acaccia closed 1 month ago

Acaccia commented 1 month ago

It seems that the clarity dependency needed the testing feature only as a dev-dependency before. This PR fixes the recent build problem by moving it to the regular dependencies.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.52%. Comparing base (0c5402c) to head (41e2a09).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #416 +/- ## ======================================= Coverage 86.52% 86.52% ======================================= Files 43 43 Lines 19167 19167 Branches 19167 19167 ======================================= Hits 16584 16584 Misses 1118 1118 Partials 1465 1465 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.