alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1.02k stars 235 forks source link

Remove `winapi 0.2` dependency #294

Closed alexcrichton closed 5 years ago

alexcrichton commented 5 years ago

This commit removes the winapi 0.2 dependency and also deletes the Multi::fdset method. While technically a breaking change this was deprecated 2 years ago at this point so I'm hoping that this crate can practically get away with the breakage.

nox commented 5 years ago

Why not just make a major bump if it's a breaking change… ?

alexcrichton commented 5 years ago

As a widely depended on crate I prefer to not have breaking changes, which is why I started the deprecation process two years ago rather than releasing a breaking change.