Depend on `stm32f0xx-hal` git directly (PWM implementation not yet released)

This commit is contained in:
Luca 2021-07-25 18:21:29 +02:00
parent 82d7df7146
commit f64a530408
1 changed files with 1 additions and 1 deletions

View File

@ -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 = { version = "0.17.1", features = ["rt", "stm32f072"] }
stm32f0xx-hal = { git = "https://github.com/stm32-rs/stm32f0xx-hal", rev = "73b0fac", features = ["rt", "stm32f072"] }