aboutsummaryrefslogtreecommitdiff
path: root/embassy-time
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-12 00:14:02 +0000
committerGitHub <[email protected]>2023-10-12 00:14:02 +0000
commitac84631a2aa0243b8e7dccbe8af324f3f5cd19e0 (patch)
tree87535352950f8353972037c441902066dd19d710 /embassy-time
parentc283e2d1b914b58459bd39f59c2bda0e55d5d0bd (diff)
parent70a91945fca97229518f4f8f011233650448771d (diff)
Merge pull request #2046 from embassy-rs/stm32-remove-polyfill
stm32: remove atomic-polyfill.
Diffstat (limited to 'embassy-time')
-rw-r--r--embassy-time/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index 8f034a9de..e4b88d784 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -218,7 +218,6 @@ embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1", optional =
218embedded-hal-async = { version = "=1.0.0-rc.1", optional = true} 218embedded-hal-async = { version = "=1.0.0-rc.1", optional = true}
219 219
220futures-util = { version = "0.3.17", default-features = false } 220futures-util = { version = "0.3.17", default-features = false }
221atomic-polyfill = "1.0.1"
222critical-section = "1.1" 221critical-section = "1.1"
223cfg-if = "1.0.0" 222cfg-if = "1.0.0"
224heapless = "0.7" 223heapless = "0.7"