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/stm32l5 | |
| parent | 8ac5c1a9635c72d80a173fbc4bc7d5753cbdbecd (diff) | |
update embedded-io, embedded-nal-async.
Diffstat (limited to 'examples/stm32l5')
| -rw-r--r-- | examples/stm32l5/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32l5/Cargo.toml b/examples/stm32l5/Cargo.toml index 583e1a776..a82cdc61a 100644 --- a/examples/stm32l5/Cargo.toml +++ b/examples/stm32l5/Cargo.toml | |||
| @@ -25,7 +25,7 @@ embedded-hal = "0.2.6" | |||
| 25 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 25 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 26 | heapless = { version = "0.7.5", default-features = false } | 26 | heapless = { version = "0.7.5", default-features = false } |
| 27 | rand_core = { version = "0.6.3", default-features = false } | 27 | rand_core = { version = "0.6.3", default-features = false } |
| 28 | embedded-io-async = { version = "0.5.0" } | 28 | embedded-io-async = { version = "0.6.0" } |
| 29 | static_cell = { version = "1.1", features = ["nightly"]} | 29 | static_cell = { version = "1.1", features = ["nightly"]} |
| 30 | 30 | ||
| 31 | [profile.release] | 31 | [profile.release] |
