mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.83k stars 73 forks source link

refactor: move to workspace dependencies #569

Closed baszalmstra closed 1 month ago

baszalmstra commented 1 month ago

Move all dependencies to workspace dependencies to ensure we have no duplicates. I only left two versions of notify because it would be a relatively big refactor.

I used https://github.com/mainmatter/cargo-autoinherit to automate most of this.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 87.15%. Comparing base (3884019) to head (8ad96eb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #569 +/- ## ========================================== - Coverage 87.30% 87.15% -0.16% ========================================== Files 274 274 Lines 32543 32507 -36 ========================================== - Hits 28412 28331 -81 - Misses 4131 4176 +45 ```

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