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
I maintain a Homebrew formula that can be used to install rustls-ffi, Hyper, curl, git (and hopefully other software), using the Rust backends. You can view the repo and instructions here: https://github.com/kevinburke/homebrew-safe
I've had to pin the Hyper formula to 0.14.17 because the 0.14.18 release depends on the nightly Rust release, and Homebrew makes it difficult to install the nightly.
Because of this I've also had to pin curl at version 7.82, which is now two point releases behind.
I'm wondering if there's a time frame when I might be able to get back up to tip again - if it's possible to not have to depend on the nightly at some point in the near future.
The text was updated successfully, but these errors were encountered:
I'm wondering if there's a time frame when I might be able to get back up to tip again - if it's possible to not have to depend on the nightly at some point in the near future.
As far as I know, the only nightly feature hyper uses for the C API is rust-lang/cargo#10083. which was motivated by hyper's needs in #2685. It should be possible to use the first stable rust toolchain that feature ships with.
Yep exactly that. The cargo rustc --crate-type cdylib command line option (rust-lang/cargo#10083) needs to stabilize to be able to use it on a non-nightly toolchain.
I maintain a Homebrew formula that can be used to install rustls-ffi, Hyper, curl, git (and hopefully other software), using the Rust backends. You can view the repo and instructions here: https://github.com/kevinburke/homebrew-safe
I've had to pin the Hyper formula to 0.14.17 because the 0.14.18 release depends on the nightly Rust release, and Homebrew makes it difficult to install the nightly.
Because of this I've also had to pin curl at version 7.82, which is now two point releases behind.
I'm wondering if there's a time frame when I might be able to get back up to tip again - if it's possible to not have to depend on the nightly at some point in the near future.
The text was updated successfully, but these errors were encountered: