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-sync | |
| parent | fd1c1635419f8281edda3892f08a91f0e315667a (diff) | |
Update manifests to satisfy new checks.
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 6494da727..64d76baba 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -27,6 +27,8 @@ src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-sync/ | |||
| 27 | target = "thumbv7em-none-eabi" | 27 | target = "thumbv7em-none-eabi" |
| 28 | 28 | ||
| 29 | [features] | 29 | [features] |
| 30 | defmt = ["dep:defmt"] | ||
| 31 | log = ["dep:log"] | ||
| 30 | std = [] | 32 | std = [] |
| 31 | turbowakers = [] | 33 | turbowakers = [] |
| 32 | 34 | ||
