aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-11-25 22:09:57 +0100
committerGitHub <[email protected]>2022-11-25 22:09:57 +0100
commitfa374523591266f7f5abdd0f02f994174553df71 (patch)
treebef26d824b95c5c797a9188a791f1f370f0b34cb /embassy-sync
parent83c2f8f4169877961971438100e915aa68e9f331 (diff)
parent1e2fb0459d8546ba658bb9fe150be5f1f537b48e (diff)
Merge pull request #974 from embassy-rs/afit
Switch to async-fn-in-trait
Diffstat (limited to 'embassy-sync')
-rw-r--r--embassy-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index b7fe1643c..1eeb94c9a 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -35,7 +35,7 @@ atomic-polyfill = "1.0.1"
35critical-section = "1.1" 35critical-section = "1.1"
36heapless = "0.7.5" 36heapless = "0.7.5"
37cfg-if = "1.0.0" 37cfg-if = "1.0.0"
38embedded-io = "0.3.1" 38embedded-io = "0.4.0"
39 39
40[dev-dependencies] 40[dev-dependencies]
41futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } 41futures-executor = { version = "0.3.17", features = [ "thread-pool" ] }