You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
* Fix: Remove a clone call that creates a temporary borrowed
The clone creates a temprary that doesn't live long enough. This is
failure on at least Rust 1.32.0.
* Misc: Consolidate tokio features
Tokio allows to select certain features out of the tokio crate.
* Fix: Trivial clippy lints
* Misc: Suppress clippy warnings
Not sure how to proceed with those
* Fix: Examples compilation failures
The gcloud example relied on certificates that are not commited. This
patch adds a check for existence.
The disconnection is realized by the shutdown method of Client. The
example is renamed.
* Fix: Remove unused warnings in test target
* Feature: Add basic travis configuration
The travis configuration should also contains the nativetls features
once #137 is fixed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In our case we don't need any http-related features rumqtt, but they can't be disabled at the moment.
The text was updated successfully, but these errors were encountered: