inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

update openssl to 0.10 #29

Closed damody closed 5 years ago

damody commented 5 years ago

Please update this crates for other rust mqtt user, thanks.

Changes to be committed: modified: Cargo.toml modified: mqttc/Cargo.toml modified: mqttc/src/netopt/error.rs modified: mqttc/src/netopt/mod.rs modified: mqttc/src/netopt/ssl.rs modified: src/client/cli.rs