diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-05-15 22:28:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-05-15 22:28:51 +0200 |
| commit | 17dde65ac2cbac36b4cd70ea01a2a51acac00026 (patch) | |
| tree | a9e158740680f78548c8dc9e2f76b22bf3767ac8 /embassy-net-esp-hosted | |
| parent | ea70b440cd1035f28c3f332a2f72d7fa42ac995d (diff) | |
net-esp-hosted: fix missing enabling defmt feature in heapless.
Diffstat (limited to 'embassy-net-esp-hosted')
| -rw-r--r-- | embassy-net-esp-hosted/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-net-esp-hosted/Cargo.toml b/embassy-net-esp-hosted/Cargo.toml index dda65dbf9..96f6c8b00 100644 --- a/embassy-net-esp-hosted/Cargo.toml +++ b/embassy-net-esp-hosted/Cargo.toml | |||
| @@ -9,6 +9,10 @@ license = "MIT OR Apache-2.0" | |||
| 9 | repository = "https://github.com/embassy-rs/embassy" | 9 | repository = "https://github.com/embassy-rs/embassy" |
| 10 | documentation = "https://docs.embassy.dev/embassy-net-esp-hosted" | 10 | documentation = "https://docs.embassy.dev/embassy-net-esp-hosted" |
| 11 | 11 | ||
| 12 | [features] | ||
| 13 | defmt = [ "dep:defmt", "heapless/defmt-03" ] | ||
| 14 | log = [ "dep:log" ] | ||
| 15 | |||
| 12 | [dependencies] | 16 | [dependencies] |
| 13 | defmt = { version = "0.3", optional = true } | 17 | defmt = { version = "0.3", optional = true } |
| 14 | log = { version = "0.4.14", optional = true } | 18 | log = { version = "0.4.14", optional = true } |
