diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-09-22 00:47:08 +0200 |
| commit | 4d71f432ad05cd8cce50b13cf6de6a1422f3b401 (patch) | |
| tree | 64f0b12c8e356d825adbc83bb6153a228cae22e8 /embassy-futures | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-futures')
| -rw-r--r-- | embassy-futures/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-futures/Cargo.toml b/embassy-futures/Cargo.toml index 2d62b28e5..07d5219cf 100644 --- a/embassy-futures/Cargo.toml +++ b/embassy-futures/Cargo.toml | |||
| @@ -26,3 +26,7 @@ features = ["defmt"] | |||
| 26 | [dependencies] | 26 | [dependencies] |
| 27 | defmt = { version = "1.0.1", optional = true } | 27 | defmt = { version = "1.0.1", optional = true } |
| 28 | log = { version = "0.4.14", optional = true } | 28 | log = { version = "0.4.14", optional = true } |
| 29 | |||
| 30 | [features] | ||
| 31 | defmt = ["dep:defmt"] | ||
| 32 | log = ["dep:log"] | ||
