diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-11-25 22:09:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-25 22:09:57 +0100 |
| commit | fa374523591266f7f5abdd0f02f994174553df71 (patch) | |
| tree | bef26d824b95c5c797a9188a791f1f370f0b34cb /embassy-sync | |
| parent | 83c2f8f4169877961971438100e915aa68e9f331 (diff) | |
| parent | 1e2fb0459d8546ba658bb9fe150be5f1f537b48e (diff) | |
Merge pull request #974 from embassy-rs/afit
Switch to async-fn-in-trait
Diffstat (limited to 'embassy-sync')
| -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 b7fe1643c..1eeb94c9a 100644 --- a/embassy-sync/Cargo.toml +++ b/embassy-sync/Cargo.toml | |||
| @@ -35,7 +35,7 @@ atomic-polyfill = "1.0.1" | |||
| 35 | critical-section = "1.1" | 35 | critical-section = "1.1" |
| 36 | heapless = "0.7.5" | 36 | heapless = "0.7.5" |
| 37 | cfg-if = "1.0.0" | 37 | cfg-if = "1.0.0" |
| 38 | embedded-io = "0.3.1" | 38 | embedded-io = "0.4.0" |
| 39 | 39 | ||
| 40 | [dev-dependencies] | 40 | [dev-dependencies] |
| 41 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } | 41 | futures-executor = { version = "0.3.17", features = [ "thread-pool" ] } |
