Cargo-edit: Version on crates.io (0.3.0) does not support openssl 1.1.1

Created on 22 Sep 2018  Â·  6Comments  Â·  Source: killercup/cargo-edit

Running cargo install cargo-edit resulted in an "unknown openssl version" error reported by the rust-openssl crate, which was built as version 0.9.x. My system-installed openssl is 1.1.1, and it seems rust-openssl 0.9.x can't detect that.

The recent update of reqwest seems to already have bumped the dependency up on master, and cloning the current master and running cargo install --path . worked fine.

So probably doing a new release to crates.io would be a good idea.

Most helpful comment

All 6 comments

Thanks for the report!

@ordian, I saw you merged some PRs just now. Do you have time to bump request (and other crates if useful) and make a release?

Hey Pascal! Was planning to, but I'm on a bad wifi right now (and for the rest of the week), so you might as well do it yourself ;) The reqwest is bumped already btw.

Cool, will do so when I get home :)

Am 24.09.2018 um 11:35 schrieb Andronik Ordian notifications@github.com:

Hey Pascal! Was planning to, but I'm on a bad wifi right now (and for the rest of the week), so you might as well do it yourself ;) The reqwest is bumped already btw.

—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

$ cargo install --force cargo-edit
    Updating crates.io index
 Downloading cargo-edit v0.3.1
  Installing cargo-edit v0.3.1
 Downloading reqwest v0.9.1
   [...]
   Compiling cargo-edit v0.3.1
    Finished release [optimized] target(s) in 2m 21s
   Replacing <$HOME>/.cargo/bin/cargo-add
   Replacing <$HOME>/.cargo/bin/cargo-rm
   Replacing <$HOME>/.cargo/bin/cargo-upgrade

Can confirm it works! :+1:

Awesome, thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

killercup picture killercup  Â·  19Comments

jcgruenhage picture jcgruenhage  Â·  7Comments

Eijebong picture Eijebong  Â·  5Comments

adeschamps picture adeschamps  Â·  5Comments

ordian picture ordian  Â·  29Comments