Update stm32f0xx-hal to 0.18.0
This commit is contained in:
parent
f64a530408
commit
4b2c303f13
|
@ -9,4 +9,4 @@ readme = "README.md"
|
|||
cortex-m = "0.6.4"
|
||||
cortex-m-rt = "0.6.13"
|
||||
panic-halt = "0.2.0"
|
||||
stm32f0xx-hal = { git = "https://github.com/stm32-rs/stm32f0xx-hal", rev = "73b0fac", features = ["rt", "stm32f072"] }
|
||||
stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f072"] }
|
||||
|
|
Loading…
Reference in New Issue