We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2e149 commit cfa4f3aCopy full SHA for cfa4f3a
1 file changed
aimdb-mqtt-connector/Cargo.toml
@@ -11,8 +11,8 @@ keywords = ["mqtt", "connector", "iot", "embedded", "pubsub"]
11
categories = ["network-programming", "embedded", "asynchronous"]
12
13
[features]
14
-default = []
15
-std = ["aimdb-core/std", "thiserror"]
+default = ["aimdb-core/alloc"]
+std = ["aimdb-core/std", "aimdb-core/alloc", "thiserror"]
16
tokio-runtime = [
17
"std",
18
"tokio",
0 commit comments