Merge #931
931: Add missing std feature for embassy-sync r=lulf a=lulf Fixes #930 Co-authored-by: Ulf Lilleengen <lulf@redhat.com>
This commit is contained in:
commit
6a0d7d06b9
@ -11,6 +11,7 @@ target = "thumbv7em-none-eabi"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
nightly = ["embedded-io/async"]
|
nightly = ["embedded-io/async"]
|
||||||
|
std = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
defmt = { version = "0.3", optional = true }
|
defmt = { version = "0.3", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user