Skip to content

Commit f45fcc7

Browse files
authored
Fix nightly CI (#4829)
1 parent 96a07ee commit f45fcc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/wifi/embassy_coex/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ debug = true
8181
debug-assertions = true
8282
lto = "fat"
8383
codegen-units = 1
84+
85+
[package.metadata.cargo-machete]
86+
# Needed for the gatt_server macro.
87+
ignored = ["embassy-sync"]

0 commit comments

Comments
 (0)