aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/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 /embassy-net/Cargo.toml
parentc283e2d1b914b58459bd39f59c2bda0e55d5d0bd (diff)
net: remove atomic-polyfill.
Diffstat (limited to 'embassy-net/Cargo.toml')
-rw-r--r--embassy-net/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index c2fffba84..a3c18046e 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -64,4 +64,3 @@ stable_deref_trait = { version = "1.2.0", default-features = false }
64futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } 64futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] }
65atomic-pool = "1.0" 65atomic-pool = "1.0"
66embedded-nal-async = { version = "0.6.0", optional = true } 66embedded-nal-async = { version = "0.6.0", optional = true }
67atomic-polyfill = { version = "1.0" }