aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
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-stm32
parent8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff)
parentba7d74ac16f818eef25070f88556fc14df3f6b0c (diff)
Merge pull request #2006 from embassy-rs/update-eio
update embedded-io, embedded-nal-async.
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index ab1cae891..d43252ada 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -66,8 +66,8 @@ nb = "1.0.0"
66stm32-fmc = "0.3.0" 66stm32-fmc = "0.3.0"
67seq-macro = "0.3.0" 67seq-macro = "0.3.0"
68cfg-if = "1.0.0" 68cfg-if = "1.0.0"
69embedded-io = { version = "0.5.0" } 69embedded-io = { version = "0.6.0" }
70embedded-io-async = { version = "0.5.0", optional = true } 70embedded-io-async = { version = "0.6.0", optional = true }
71chrono = { version = "^0.4", default-features = false, optional = true} 71chrono = { version = "^0.4", default-features = false, optional = true}
72bit_field = "0.10.2" 72bit_field = "0.10.2"
73document-features = "0.2.7" 73document-features = "0.2.7"