diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-03 22:15:02 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-04 00:10:55 +0200 |
| commit | 0324cee0ca9caf40a43583367fe7ff0448d0f35f (patch) | |
| tree | 782dcf67fa9b0dacd637c588d4160544d38fe6e5 /examples/stm32l0 | |
| parent | 8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff) | |
update embedded-io, embedded-nal-async.
Diffstat (limited to 'examples/stm32l0')
| -rw-r--r-- | examples/stm32l0/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32l0/Cargo.toml b/examples/stm32l0/Cargo.toml index 502ebfc8d..0aff9dbd2 100644 --- a/examples/stm32l0/Cargo.toml +++ b/examples/stm32l0/Cargo.toml | |||
| @@ -24,8 +24,8 @@ defmt = "0.3" | |||
| 24 | defmt-rtt = "0.4" | 24 | defmt-rtt = "0.4" |
| 25 | 25 | ||
| 26 | embedded-storage = "0.3.0" | 26 | embedded-storage = "0.3.0" |
| 27 | embedded-io = { version = "0.5.0" } | 27 | embedded-io = { version = "0.6.0" } |
| 28 | embedded-io-async = { version = "0.5.0", optional = true } | 28 | embedded-io-async = { version = "0.6.0", optional = true } |
| 29 | 29 | ||
| 30 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } | 30 | cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } |
| 31 | cortex-m-rt = "0.7.0" | 31 | cortex-m-rt = "0.7.0" |
