Yeet core::sync::atomic, remove futures-util dep

This commit is contained in:
Dániel Buga
2023-11-06 15:21:53 +01:00
parent 5948d934d3
commit 8d8d50cc7a
3 changed files with 5 additions and 2 deletions

View File

@ -57,7 +57,6 @@ defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }
rtos-trace = { version = "0.1.2", optional = true }
futures-util = { version = "0.3.17", default-features = false }
embassy-macros = { version = "0.2.1", path = "../embassy-macros" }
embassy-time = { version = "0.1.5", path = "../embassy-time", optional = true}
atomic-polyfill = "1.0.1"