Commit 9c5ea19
committed
fix: enable aimdb-core/alloc by default in aimdb-knx-connector
The alloc feature was only enabled under the embassy-runtime feature flag,
but cargo publish verification builds with no features active. This caused
aimdb-core to be compiled without alloc, breaking compilation.
Mirrors the pattern already used in aimdb-mqtt-connector where
default = ["aimdb-core/alloc"] ensures aimdb-core always has alloc.1 parent 89e4fec commit 9c5ea19
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments