Commit 417917f
committed
Adapt
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.gitoxide-core to changes in sysinfo
1 parent 8e5e68f commit 417917f
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
0 commit comments