aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-03 22:27:06 +0000
committerGitHub <[email protected]>2023-10-03 22:27:06 +0000
commit59f706ee2f93252d1c040cea149dfd744f4d8c16 (patch)
tree7165f42df3651854c6c014df99b9bd1fe9c2048c /embassy-sync
parent8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff)
parentba7d74ac16f818eef25070f88556fc14df3f6b0c (diff)
Merge pull request #2006 from embassy-rs/update-eio
update embedded-io, embedded-nal-async.
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 f7739f305..7d3d2c589 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -35,7 +35,7 @@ futures-util = { version = "0.3.17", default-features = false }
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-async = { version = "0.5.0", optional = true } 38embedded-io-async = { version = "0.6.0", optional = true }
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" ] }