Skip to content

Commit

Permalink
Change readme for example
Browse files Browse the repository at this point in the history
  • Loading branch information
obabec committed Apr 28, 2022
1 parent d9f9529 commit 4845bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-mqtt"
version = "0.1.0"
version = "0.1.1"
authors = ["Ondrej Babec <[email protected]>"]
edition = "2021"
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4845bb2

Please sign in to comment.