alexcrichton / curl-rust

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

Missing SSL options in newest published version #508

Open lischach opened 1 year ago

lischach commented 1 year ago

The following PR that was merged in November 2022 adds missing SSL options: #467 . I want to be able to consume these new SSL options, but I see that the latest version of this crate was released on July 2022.

  1. Is there any plan to release a new version in the near future?
  2. If not, I'm thinking of consuming a specific version of this repo using rust git dependencies. Is there any stable version of this repository that I should use, that contains the merged PR?

Thank you in advance