You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumping the `sysinfo` dependency of `gitoxide-core` from 0.31.2 to
0.34.2 broke `RefreshKind::new()` and `CpuRefreshKind::new()` calls
because `sysinfo` 0.33.0 renamed those `new()` to `nothing()`:
https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md#0330
This renames the calls accordingly.
0 commit comments