slackbot
slackbot copied to clipboard
Hyper and Websocket depend on different versions of openssl-sys
I get the following error when I try to build a simple program using the crate slackbot.
My main.rs is a copy of the 'example' from your readme.
cargo.exe build --color=always --all --all-targets
error: multiple packages link to native library openssl
, but a native library can be linked only once
package openssl-sys v0.6.7
... which is depended on by openssl v0.6.7
... which is depended on by cookie v0.1.21
... which is depended on by hyper v0.6.16
... which is depended on by slack v0.8.3
... which is depended on by slackbot v0.2.0
... which is depended on by rust_hello v0.1.0 (...\rust_hello)
links to native library openssl
package openssl-sys v0.9.52
... which is depended on by openssl v0.10.25
... which is depended on by websocket v0.12.2
... which is depended on by slack v0.8.3
... which is depended on by slackbot v0.2.0
... which is depended on by rust_hello v0.1.0 (...\rust_hello)
also links to native library openssl
Process finished with exit code 101