aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2022-08-29 10:27:51 +0200
committerUlf Lilleengen <[email protected]>2022-08-29 10:28:01 +0200
commit782751dfb9809a9de8530893b9ffa584e3173bae (patch)
tree4c9f120b875a66ca5efd5528e8fd3b93f23eeaf4 /embassy-sync
parent24ab21a7ddcf8dafd6f464e6d66c9011cc08047b (diff)
Add missing std feature for embassy-sync
Fixes #930
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/Cargo.toml1
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]
13nightly = ["embedded-io/async"] 13nightly = ["embedded-io/async"]
14std = []
14 15
15[dependencies] 16[dependencies]
16defmt = { version = "0.3", optional = true } 17defmt = { version = "0.3", optional = true }