diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-10-01 21:17:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-12-19 12:29:50 +0100 |
| commit | 62ed44f99af9e33d689c8308149f8f992176895f (patch) | |
| tree | ee9f4352e70815e97e424bb534c1c096242b9af0 /embassy-imxrt/Cargo.toml | |
| parent | 3214021ed5ae17b96ac006c0f460e222502e411d (diff) | |
Update to embedded-io 0.7
Diffstat (limited to 'embassy-imxrt/Cargo.toml')
| -rw-r--r-- | embassy-imxrt/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-imxrt/Cargo.toml b/embassy-imxrt/Cargo.toml index 81377579b..5ffa054f1 100644 --- a/embassy-imxrt/Cargo.toml +++ b/embassy-imxrt/Cargo.toml | |||
| @@ -85,8 +85,8 @@ cfg-if = "1.0.0" | |||
| 85 | cortex-m-rt = ">=0.7.3,<0.8" | 85 | cortex-m-rt = ">=0.7.3,<0.8" |
| 86 | cortex-m = "0.7.6" | 86 | cortex-m = "0.7.6" |
| 87 | critical-section = "1.1" | 87 | critical-section = "1.1" |
| 88 | embedded-io = { version = "0.6.1" } | 88 | embedded-io = { version = "0.7.1" } |
| 89 | embedded-io-async = { version = "0.6.1" } | 89 | embedded-io-async = { version = "0.7.0" } |
| 90 | fixed = "1.23.1" | 90 | fixed = "1.23.1" |
| 91 | 91 | ||
| 92 | rand-core-06 = { package = "rand_core", version = "0.6" } | 92 | rand-core-06 = { package = "rand_core", version = "0.6" } |
