From 4845bb20aad4898cc78e0a77ec0ccdc2c79f59dd Mon Sep 17 00:00:00 2001 From: Ondrej Babec Date: Thu, 28 Apr 2022 14:38:29 +0200 Subject: [PATCH] Change readme for example --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e385c0..74e0f17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mqtt" -version = "0.1.0" +version = "0.1.1" authors = ["Ondrej Babec "] edition = "2021" resolver = "2" diff --git a/README.md b/README.md index f6bd60e..dc39121 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ for MQTTv3 which is planned during year 2022. ## Async executors For desktop usage I recommend using Tokio async executor and for embedded there is prepared wrapper for Drogue device -framework in crate [examples](examples/drogue) crate. +framework in the Drogue-IoT project [examples](https://github.com/drogue-iot/drogue-device/tree/main/device/src/network/clients) mqtt module. ## Restrains Client supports following: