slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Support for OpenSSL 1.1.1 #64

Closed koala-kalda closed 4 years ago

koala-kalda commented 5 years ago

Recommending version bump for OpenSSL update. Currently builds fail on updated systems due to indirect deps on openssl bindings.

error: failed to run custom build command for `openssl v0.9.24`
process didn't exit successfully: `/redacted/vendor/slack-rs/target/debug/build/openssl-6f840921c71e4b6c/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'Unable to detect OpenSSL version', /home/redacted/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs:16:14
note: Run with `RUST_BACKTRACE=1` for a backtrace.

PR incoming.

dten commented 4 years ago

closed via #65