Skip to content

Commit 036d98b

Browse files
authored
Fix cargo machete (#4538)
1 parent 4addfc4 commit 036d98b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

examples/ble/bas_peripheral/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ lto = "fat"
8282
codegen-units = 1
8383

8484
[package.metadata.cargo-machete]
85-
ignored = ["embassy-sync"]
85+
# static_cell is used indirectly in #[gatt_service] macro.
86+
ignored = ["embassy-sync", "static_cell"]

examples/ble/scanner/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ trouble-host = { version = "0.5.0", features = [
3030
"derive",
3131
"scan",
3232
] }
33-
static_cell = "2.1.1"
3433

3534
[features]
3635
esp32 = [

examples/esp-now/embassy_esp_now/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ esp-radio = { path = "../../../esp-radio", features = [
2323
"unstable",
2424
"wifi",
2525
] }
26-
static_cell = "2.1.0"
2726

2827
[features]
2928
esp32 = [

0 commit comments

Comments
 (0)