Skip to content

Commit 4845bb2

Browse files
committed
Change readme for example
1 parent d9f9529 commit 4845bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mqtt"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Ondrej Babec <[email protected]>"]
55
edition = "2021"
66
resolver = "2"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for MQTTv3 which is planned during year 2022.
77

88
## Async executors
99
For desktop usage I recommend using Tokio async executor and for embedded there is prepared wrapper for Drogue device
10-
framework in crate [examples](examples/drogue) crate.
10+
framework in the Drogue-IoT project [examples](https://github.com/drogue-iot/drogue-device/tree/main/device/src/network/clients) mqtt module.
1111

1212
## Restrains
1313
Client supports following:

0 commit comments

Comments
 (0)