aboutsummaryrefslogtreecommitdiff
path: root/cyw43/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-12 01:35:23 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-12 02:07:26 +0200
commit32b89eeba18d2d0a9c3705212768d4ade3f4948d (patch)
treef81252e96ad42ec4f4808ecf41024080a20d265f /cyw43/Cargo.toml
parentc283e2d1b914b58459bd39f59c2bda0e55d5d0bd (diff)
net: remove atomic-polyfill.
Diffstat (limited to 'cyw43/Cargo.toml')
-rw-r--r--cyw43/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml
index dae7419c1..c201405e7 100644
--- a/cyw43/Cargo.toml
+++ b/cyw43/Cargo.toml
@@ -15,7 +15,6 @@ embassy-time = { version = "0.1.3", path = "../embassy-time"}
15embassy-sync = { version = "0.3.0", path = "../embassy-sync"} 15embassy-sync = { version = "0.3.0", path = "../embassy-sync"}
16embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 16embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
17embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} 17embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"}
18atomic-polyfill = "0.1.5"
19 18
20defmt = { version = "0.3", optional = true } 19defmt = { version = "0.3", optional = true }
21log = { version = "0.4.17", optional = true } 20log = { version = "0.4.17", optional = true }