diff options
| author | Ulf Lilleengen <[email protected]> | 2022-08-29 10:27:51 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2022-08-29 10:28:01 +0200 |
| commit | 782751dfb9809a9de8530893b9ffa584e3173bae (patch) | |
| tree | 4c9f120b875a66ca5efd5528e8fd3b93f23eeaf4 /embassy-sync | |
| parent | 24ab21a7ddcf8dafd6f464e6d66c9011cc08047b (diff) | |
Add missing std feature for embassy-sync
Fixes #930
Diffstat (limited to 'embassy-sync')
| -rw-r--r-- | embassy-sync/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml index 0d14bba55..14ab1d003 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -11,6 +11,7 @@ target = "thumbv7em-none-eabi" | |||
| 11 | 11 | ||
| 12 | [features] | 12 | [features] |
| 13 | nightly = ["embedded-io/async"] | 13 | nightly = ["embedded-io/async"] |
| 14 | std = [] | ||
| 14 | 15 | ||
| 15 | [dependencies] | 16 | [dependencies] |
| 16 | defmt = { version = "0.3", optional = true } | 17 | defmt = { version = "0.3", optional = true } |
