Skip to content

Commit cfa4f3a

Browse files
committed
fix: add default alloc feature to aimdb-mqtt-connector for crates.io compatibility
1 parent 1a2e149 commit cfa4f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aimdb-mqtt-connector/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ keywords = ["mqtt", "connector", "iot", "embedded", "pubsub"]
1111
categories = ["network-programming", "embedded", "asynchronous"]
1212

1313
[features]
14-
default = []
15-
std = ["aimdb-core/std", "thiserror"]
14+
default = ["aimdb-core/alloc"]
15+
std = ["aimdb-core/std", "aimdb-core/alloc", "thiserror"]
1616
tokio-runtime = [
1717
"std",
1818
"tokio",

0 commit comments

Comments
 (0)