diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-03 22:27:06 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-03 22:27:06 +0000 |
| commit | 59f706ee2f93252d1c040cea149dfd744f4d8c16 (patch) | |
| tree | 7165f42df3651854c6c014df99b9bd1fe9c2048c /embassy-stm32 | |
| parent | 8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff) | |
| parent | ba7d74ac16f818eef25070f88556fc14df3f6b0c (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.toml | 4 |
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" | |||
| 66 | stm32-fmc = "0.3.0" | 66 | stm32-fmc = "0.3.0" |
| 67 | seq-macro = "0.3.0" | 67 | seq-macro = "0.3.0" |
| 68 | cfg-if = "1.0.0" | 68 | cfg-if = "1.0.0" |
| 69 | embedded-io = { version = "0.5.0" } | 69 | embedded-io = { version = "0.6.0" } |
| 70 | embedded-io-async = { version = "0.5.0", optional = true } | 70 | embedded-io-async = { version = "0.6.0", optional = true } |
| 71 | chrono = { version = "^0.4", default-features = false, optional = true} | 71 | chrono = { version = "^0.4", default-features = false, optional = true} |
| 72 | bit_field = "0.10.2" | 72 | bit_field = "0.10.2" |
| 73 | document-features = "0.2.7" | 73 | document-features = "0.2.7" |
