diff options
| author | Michael Beaumont <[email protected]> | 2021-03-17 23:59:38 +0100 |
|---|---|---|
| committer | Michael Beaumont <[email protected]> | 2021-03-18 00:00:18 +0100 |
| commit | d1b7d03fc749392144ec64ef3ddbd4b1189761c8 (patch) | |
| tree | fb93ae8241ee2e6aa552de2bae8d69c868ffea8a | |
| parent | 5fd0e30b488f3226bf4d51fe9268baae7d3a23c9 (diff) | |
Upgrade stm32l0xx-hal
| -rw-r--r-- | embassy-stm32l0/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32l0/Cargo.toml b/embassy-stm32l0/Cargo.toml index ad668b8d3..70aa431c9 100644 --- a/embassy-stm32l0/Cargo.toml +++ b/embassy-stm32l0/Cargo.toml | |||
| @@ -23,4 +23,4 @@ cortex-m-rt = "0.6.13" | |||
| 23 | cortex-m = "0.7.1" | 23 | cortex-m = "0.7.1" |
| 24 | embedded-hal = { version = "0.2.4" } | 24 | embedded-hal = { version = "0.2.4" } |
| 25 | embedded-dma = { version = "0.1.2" } | 25 | embedded-dma = { version = "0.1.2" } |
| 26 | stm32l0xx-hal = { version = "0.6.2", features = ["rt"], git = "https://github.com/stm32-rs/stm32l0xx-hal.git"} | 26 | stm32l0xx-hal = { version = "0.7.0", features = ["rt"], git = "https://github.com/stm32-rs/stm32l0xx-hal.git"} |
