-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed usage of tx channels in callbacks
- Loading branch information
1 parent
cc98463
commit 8be8b54
Showing
2 changed files
with
127 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["[email protected]>"] | |
edition = "2021" | ||
name = "azure-iot-sdk" | ||
repository = "[email protected]:omnect/azure-iot-sdk.git" | ||
version = "0.12.0" | ||
version = "0.12.1" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
@@ -19,6 +19,7 @@ url = "2.4" | |
|
||
[dev-dependencies] | ||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] } | ||
azure-iot-sdk = { path = ".", features = ["module_client"] } | ||
|
||
[features] | ||
# select either "module_client", "edge_client" or "device_client" functionality | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters