diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-12-19 12:41:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-19 12:41:25 +0100 |
| commit | 14efaf71d76ad0af569522ee0c4082d473fdede7 (patch) | |
| tree | ee9f4352e70815e97e424bb534c1c096242b9af0 /embassy-sync/Cargo.toml | |
| parent | 3214021ed5ae17b96ac006c0f460e222502e411d (diff) | |
| parent | 62ed44f99af9e33d689c8308149f8f992176895f (diff) | |
Merge pull request #4745 from embassy-rs/io07
Update to embedded-io 0.7
Diffstat (limited to 'embassy-sync/Cargo.toml')
| -rw-r--r-- | embassy-sync/Cargo.toml | 2 |
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 } | |||
| 41 | critical-section = "1.1" | 41 | critical-section = "1.1" |
| 42 | heapless = "0.8" | 42 | heapless = "0.8" |
| 43 | cfg-if = "1.0.0" | 43 | cfg-if = "1.0.0" |
| 44 | embedded-io-async = { version = "0.6.1" } | 44 | embedded-io-async = { version = "0.7.0" } |
| 45 | 45 | ||
| 46 | [dev-dependencies] | 46 | [dev-dependencies] |
| 47 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } | 47 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } |
