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:
bors[bot] 2022-08-29 12:10:06 +00:00 committed by GitHub
commit 6a0d7d06b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ target = "thumbv7em-none-eabi"
[features]
nightly = ["embedded-io/async"]
std = []
[dependencies]
defmt = { version = "0.3", optional = true }