alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Set minimum version of the curl-sys crate. #549

Closed ehuss closed 4 months ago

ehuss commented 4 months ago

This sets the minimum version of curl-sys to the latest to ensure that the correct version of curl-sys is used.

Closes #548

alexcrichton commented 4 months ago

Thanks! I always forget to do this nowadays... I'm going to merge this but I'll want to fix CI in https://github.com/alexcrichton/curl-rust/pull/550 before publishing