aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-sync/Cargo.toml')
-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 0c28cec7d..86c87b7b1 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -41,7 +41,7 @@ futures-core = { version = "0.3.31", default-features = false }
41critical-section = "1.1" 41critical-section = "1.1"
42heapless = "0.8" 42heapless = "0.8"
43cfg-if = "1.0.0" 43cfg-if = "1.0.0"
44embedded-io-async = { version = "0.6.1" } 44embedded-io-async = { version = "0.7.0" }
45 45
46[dev-dependencies] 46[dev-dependencies]
47futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } 47futures-executor = { version = "0.3.17", features = [ "thread-pool" ] }