mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.85k stars 552 forks source link

deps: update winapi-util #2236

Closed ognevny closed 3 months ago

ognevny commented 3 months ago

starting with v0.1.7 winapi-util uses windows-rs instead of winapi

P.S. I tried to update another deps which pull winapi. in all cases there are some reason that blocks it

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 40.82%. Comparing base (0cc0c62) to head (c286794). Report is 67 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2236 +/- ## ========================================== + Coverage 30.91% 40.82% +9.90% ========================================== Files 53 55 +2 Lines 20112 20673 +561 Branches 9755 9803 +48 ========================================== + Hits 6217 8439 +2222 - Misses 7922 8094 +172 + Partials 5973 4140 -1833 ```

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