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.
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.
Published: https://crates.io/crates/cargo-edit/0.3.1
$ 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!
Most helpful comment
Published: https://crates.io/crates/cargo-edit/0.3.1