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
As noted in <#308>, switching
from winapi to windows-sys was a breaking change as we expose some of
the winapi types that are different in windows-sys.
This reverts the following commits:
* "Relax windows-sys dependency version" 81056b9.
* "Support Socket::(set_)recv_tos on Windows" 242e087.
* "Replace winapi with windows-sys" aeb6c2d.
We'll make this switch in v0.5 instead.
0 commit comments