tiffany352 / rink-rs

Unit conversion tool and library written in rust

Home Page:https://rinkcalc.app/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openssl dependency fails to install

cipharius opened this issue · comments

If system has OpenSSL v1.0+, dependancy openssl v0.9.24 fails to install. Searching around reveals that openssl v0.10+ fixes this incompatibility.

If I add openssl = "^0.10" to rink Cargo.toml, it installs without issues.

Didn't create a pull request as I'm not familiar with rust and not sure if this is a valid solution.

Leaving this issue still open, as the problem is that cargo install rink doesn't work out of the box. Personally I managed to get rink working, just wanted to open this issue as reference for others.

The Rink crate is at 0.4.4, so it should work.

Attempted installing rink with cargo again and today it worked fine. Probably cargo was out of date the first time I tried getting rink.