Commit 8e5e68f
committed
Adapt
Bumping the `windows-sys` dependency of `gix-sec` from 0.52.0 to
0.59.9 broke a Windows API function call that passed a literal `0`
for a null handle, because the interface became a bit more strongly
typed. This changes the argument to `std::ptr::null_mut()`.gix-sec to changes in windows-sys
1 parent 68e6b2e commit 8e5e68f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
0 commit comments