diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-12 01:35:23 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-12 02:07:26 +0200 |
| commit | 32b89eeba18d2d0a9c3705212768d4ade3f4948d (patch) | |
| tree | f81252e96ad42ec4f4808ecf41024080a20d265f /cyw43/Cargo.toml | |
| parent | c283e2d1b914b58459bd39f59c2bda0e55d5d0bd (diff) | |
net: remove atomic-polyfill.
Diffstat (limited to 'cyw43/Cargo.toml')
| -rw-r--r-- | cyw43/Cargo.toml | 1 |
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"} | |||
| 15 | embassy-sync = { version = "0.3.0", path = "../embassy-sync"} | 15 | embassy-sync = { version = "0.3.0", path = "../embassy-sync"} |
| 16 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} | 16 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} |
| 17 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} | 17 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} |
| 18 | atomic-polyfill = "0.1.5" | ||
| 19 | 18 | ||
| 20 | defmt = { version = "0.3", optional = true } | 19 | defmt = { version = "0.3", optional = true } |
| 21 | log = { version = "0.4.17", optional = true } | 20 | log = { version = "0.4.17", optional = true } |
