aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Beaumont <[email protected]>2021-03-17 23:59:38 +0100
committerMichael Beaumont <[email protected]>2021-03-18 00:00:18 +0100
commitd1b7d03fc749392144ec64ef3ddbd4b1189761c8 (patch)
treefb93ae8241ee2e6aa552de2bae8d69c868ffea8a
parent5fd0e30b488f3226bf4d51fe9268baae7d3a23c9 (diff)
Upgrade stm32l0xx-hal
-rw-r--r--embassy-stm32l0/Cargo.toml2
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"
23cortex-m = "0.7.1" 23cortex-m = "0.7.1"
24embedded-hal = { version = "0.2.4" } 24embedded-hal = { version = "0.2.4" }
25embedded-dma = { version = "0.1.2" } 25embedded-dma = { version = "0.1.2" }
26stm32l0xx-hal = { version = "0.6.2", features = ["rt"], git = "https://github.com/stm32-rs/stm32l0xx-hal.git"} 26stm32l0xx-hal = { version = "0.7.0", features = ["rt"], git = "https://github.com/stm32-rs/stm32l0xx-hal.git"}