nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Unable to install on mac #45

Closed dns2utf8 closed 6 years ago

dns2utf8 commented 7 years ago

Hi

I am currently working on mac, but I can not compile the openssl crate without messing up the system with homebrew... Is there a way to switch to native-tls?

mati865 commented 7 years ago

Cargo-update doesn't depend on openssl. You should report it for dependent crate that pulls openssl.

mati865 commented 7 years ago

cargo-update depends on git2-rs which in turn depends on ssh2-rs. When next ssh2-rs is released this issue should be fixed.

nabijaczleweli commented 7 years ago

Cool!

mati865 commented 6 years ago

ssh2-rs 0.3.2 containing fix has been released back in the summer. Probably fine to close.

nabijaczleweli commented 6 years ago

If you say so!