Skip to content

Commit 1d57a63

Browse files
committed
Don't enable async-await by default
1 parent 4d0ded4 commit 1d57a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default-features = false
3737
optional = true
3838

3939
[features]
40-
default = [ "defmt", "ptp", "async-await" ]
40+
default = [ "defmt", "ptp" ]
4141
device-selected = []
4242
fence = []
4343
ptp = [ ]

0 commit comments

Comments
 (0)