diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-05-29 22:34:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-05-29 22:34:08 +0200 |
| commit | 6320e30adf33cb2ff218a6ad544745a4a9c5fff0 (patch) | |
| tree | 4b7e68fa4e91f5d08f5aa3816a970c2040327755 /examples | |
| parent | 82e873d920c843d458c23dbd1b3e631006a29d0b (diff) | |
Update embedded-hal-async to 0.1.0-alpha.1
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32h7/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/stm32l4/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 827adea23..4a4794add 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -24,4 +24,4 @@ display-interface = "0.4.1" | |||
| 24 | byte-slice-cast = { version = "1.2.0", default-features = false } | 24 | byte-slice-cast = { version = "1.2.0", default-features = false } |
| 25 | 25 | ||
| 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 26 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
| 27 | embedded-hal-async = { version = "0.1.0-alpha.0" } | 27 | embedded-hal-async = { version = "0.1.0-alpha.1" } |
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml index 8aa3b31e0..68a6c2bec 100644 --- a/examples/stm32h7/Cargo.toml +++ b/examples/stm32h7/Cargo.toml | |||
| @@ -18,7 +18,7 @@ cortex-m = "0.7.3" | |||
| 18 | cortex-m-rt = "0.7.0" | 18 | cortex-m-rt = "0.7.0" |
| 19 | embedded-hal = "0.2.6" | 19 | embedded-hal = "0.2.6" |
| 20 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 20 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
| 21 | embedded-hal-async = { version = "0.1.0-alpha.0" } | 21 | embedded-hal-async = { version = "0.1.0-alpha.1" } |
| 22 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 22 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 23 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 23 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 24 | heapless = { version = "0.7.5", default-features = false } | 24 | heapless = { version = "0.7.5", default-features = false } |
diff --git a/examples/stm32l4/Cargo.toml b/examples/stm32l4/Cargo.toml index afea5a5aa..fdefc4eb3 100644 --- a/examples/stm32l4/Cargo.toml +++ b/examples/stm32l4/Cargo.toml | |||
| @@ -19,7 +19,7 @@ cortex-m = "0.7.3" | |||
| 19 | cortex-m-rt = "0.7.0" | 19 | cortex-m-rt = "0.7.0" |
| 20 | embedded-hal = "0.2.6" | 20 | embedded-hal = "0.2.6" |
| 21 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 21 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
| 22 | embedded-hal-async = { version = "0.1.0-alpha.0" } | 22 | embedded-hal-async = { version = "0.1.0-alpha.1" } |
| 23 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 23 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 24 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } | 24 | futures = { version = "0.3.17", default-features = false, features = ["async-await"] } |
| 25 | heapless = { version = "0.7.5", default-features = false } | 25 | heapless = { version = "0.7.5", default-features = false } |
